Using Data Access Objects (DAO) MS Visual Basic with Minisoft’s ODBC Driver
Getting Started
Create a new blank project:
- In the ‘Connect’ property, type the string “ODBC;DSN=datasource” (without quotes). Replace datasource with the datasource name you entered for the connection created in the 32bit ODBC Administrator.
- The DataField dropdown box will now have the fields available in the dataset you selected. Select one.