git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@68 b6239004-a887-0f4b-9937-50029ccdca16
16 lines
540 B
HTML
16 lines
540 B
HTML
<p class="h1">SQLite Driver</p>
|
|
<p>
|
|
This Driver allows you to connect to data sources accessible via SQLite Pass.
|
|
</p>
|
|
|
|
<p class="h2">Step 1: Database</p>
|
|
<p>
|
|
Specify the database to which you wish to connect. This a complete path and filename (e.g. "c:\test.db3").
|
|
</p>
|
|
|
|
<p class="h2">Step 2: Custom parameters</p>
|
|
<p>
|
|
You can specify additional SQLite-driver specific options as a semicolon separated list of name/value pairs.
|
|
Please consult the SQLite Pass documentation for details on the options available.
|
|
</p>
|