AbsoluteDB Driver
This driver allows you to connect to data sources accessible via AbsoluteDB.
Step 2: Database
Specify the complete path to your database (including the file name and extension)
Step 3: Custom parameters
You can specify additional AbsoluteDB specific options as a semicolon separated list of name/value pairs. Please address the AbsoluteDB specification for additional information on the available parameter options.
Important Note
You will need to adopt the following naming convention for your Autoinc column's GeneratorName property to enable the driver to obtain and return the LastAutoInc value.
<TableName>*<ColumnName>
e.g. 'Orders*OrderID'