How to define ODBC data source for the SQLDEMO example?
To define ODBC data source for the SQLDEMO example, you need to do the following:
- Open ODBC in the Control Panel.
- Press the "Add" button.
- Select "Microsoft Access Driver (*.mdb)".
- In the edit control "Data Source Name" write SQLBIND_Demo.
- In the GroupBox "Database" press the "Select" button.
- In the "Select Database" dialog select:
 | ..VIP\SQLBIND\Example\Exe32\Persons.mdb if you use 32-bit version of
the example, |
 | ..VIP\SQLBIND\Example\Exe\Persons.mdb if you use 16- bit version of the
example. |
- Press OK.
|