The following table summarizes connection properties which are used in the configuration of embedded databases and in connecting to embedded databases.

Table 1. Embedded Database Properties
Property Characteristic
ConfigOptions Determines how the embedded database and the mapping of the remote data model to the relational data model is configured, customized, and updated.
CreateDB Determines whether the driver creates a new embedded database when establishing the connection.
DatabaseName Specifies the file name prefix the driver uses to create or locate the set of files that define the embedded database per connection.

See also