engine:import:setodbc
This is an old revision of the document!
SetODBC
Set the ODBC connection string and instruct the Import Engine to use ODBC mode.
Phase
This instruction is used by the TapeTrack Import Engine.
Syntax
SetODBC(odbc);
- string
odbc
The ODBC connection string.
Example
SetODBC: Select the Microsoft Access Driver and pass the Access file to use.
SetODBC("Driver={Microsoft Access Driver (*.mdb)};Dbq=C:\Data\Sync\Tapes.mdb"); SetSQL("SELECT Barcode,Location FROM [Inventory]");
Example
SetODBC: Select the Microsoft Excel Driver and pass the Excel file to use.
SetODBC("Driver={Microsoft Excel Driver (*.xls)};Dbq=C:\Data\Sync\Tapes.xls"); SetSQL("SELECT Barcode,Location FROM [Inventory$]");
engine/import/setodbc.1550456945.txt.gz · Last modified: 2025/01/21 22:07 (external edit)