Quick Start Guide to Using HDS1504     |     home
DSN Description   |   Setup DSN parameters   |   Select Table   |   Finished
Finished



ODBC Connection is now set up properly.
Click on "Finish" button to activate ODBC connection.

HDS1504 will store details about ODBC connection in the file named "ODBCCON.TXT".
This file is created in the directory where HDS1504 is installed.

Here is the sample content of "ODBCCON.TXT" file:

DRIVER={Microsoft Access Driver (*.mdb)};DBQ=D:\SAMPLE.MDB;UID=;PWD=;
INSERT INTO barcodet(BCODE,CTYPE,TSTAMP,STIME,SCID) VALUES ('BARCODE','CODTYPE','TIMESTAMP','SYSTIME','SCANNERID')

First line is connection descriptor for DSN-less connection.
Second line is dynamic SQL statement. Statement may be freely modified to comply with standards of selected database.


HOME