Connection String Options
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider. Click the links for further details.
For more information on establishing a connection, see Establishing a Connection.
| Property | Description |
| Logfile | A path to the log file. |
| MaxLogFileSize | A string specifying the maximum size in bytes for a log file (ex: 10MB). When the limit is hit, a new log is created in the same folder with the date and time appended to the end. |
| Verbosity | The verbosity level that determines the amount of detail included in the log file. |
| Property | Description |
| Driver | The ODBC Driver to connect to. |
| DSN | The ODBC DSN to connect to. |
| IgnoreTypes | Removes support for the specified types. For example, Other. These types will then be reported as strings instead. |
| Password | The database account password. |
| User | The database user account id. |