Componentes.Terceros.RemObj.../internal/6.0.43.801/1/Data Abstract for Delphi/Source/Drivers/DAAbsoluteDBDriver.html
2010-01-29 16:17:43 +00:00

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>
&ltTableName&gt*&ltColumnName&gt
<br><br>
e.g. 'Orders*OrderID'
</p>