mudges
Jun 28th, 2000, 09:26 PM
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
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