Hello everyone,
I have to programm a 16 bit application with VB 3. This application must connect to a access 97 database. How can I do this.

If I try to open the database directly "OpenDatabase("ntom.mdb", False, False, "" )" I get an error.
If I use the access 32 bit odbc driver and try "OpenDatabase("", False, False, "ODBC; DSN=ntom2")" the application crashes. I have installed all odbc and mdac updates.
What can I do, to solve this problem ?

One other question : is it possible to connect to MS SQL 7 with VB 3 ?

Bye and thanks

Olaf