skip to main content
Using the driver : Using Connection Properties : Mapping Properties
  

Try DataDirect Drivers Now

Mapping Properties

The following table summarizes connection properties involved in mapping a native data model to a relational data model.
Table 19. Mapping Properties
Property
Characteristic
Determines how the native data model is mapped to the relational data model when the driver first connects to the database.
Determines whether the driver creates the internal files required for a relational view of the native data when establishing a connection.
Specifies the name of the database to which you want to connect. This value is used as the default qualifier for unqualified table names in SQL queries. Required for User/ID password authentication.
Important: This value is case-insensitive if you have access privileges to query the list of databases on the server. If you do not have access, this value is case-sensitive.
Specifies the name and location of the configuration file where the relational map of native data is written. The driver looks for this file when connecting to a MongoDB server. If the file does not exist, the driver creates one.

See also

*Connection Property Descriptions
*Mapping Objects to Tables