git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@68 b6239004-a887-0f4b-9937-50029ccdca16
21 lines
819 B
HTML
21 lines
819 B
HTML
<p class="h1">AbsoluteDB Driver</p>
|
|
<p>
|
|
This driver allows you to connect to data sources accessible via AbsoluteDB.
|
|
</p>
|
|
<p class="h2">Step 2: Database</p>
|
|
<p>
|
|
Specify the complete path to your database (including the file name and extension)
|
|
</p>
|
|
<p class="h2">Step 3: Custom parameters</p>
|
|
<p>
|
|
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.
|
|
</p>
|
|
<p class="h2">Important Note</p>
|
|
<p>
|
|
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.
|
|
<br><br>
|
|
<TableName>*<ColumnName>
|
|
<br><br>
|
|
e.g. 'Orders*OrderID'
|
|
</p>
|