Contents Index Specifying file paths Database identification parameters

UltraLite Database User's Guide
  Connection Parameters
    Overview

Specifying connection parameters


Each connection parameter can be specified in the following ways:

Where possible, it is recommended that you use the Connection Parameters object. It provides easier checking and a more systematic interface than using a connection string.

Connection strings and connection parameters 

Some less commonly used parameters can be specified only in a connection string. Depending on the interface, the connection string can be supplied in the AdditionalParms property, in the UL_STORE_PARMS macro, or in an Open method that takes a connection string as argument.

If a parameter is specified both in a property and in a connection string, the value in the property takes precedence.


Contents Index Specifying file paths Database identification parameters