
Installing SQL Driver with application developed in VB 5.0
I had this problem and this is how I solved it.
The setup wizard or setup project cannot do the ODBC setup.
My application setup is done in two phases.
1- I install the ODBC 32-bit manager along with the drivers
2- I install my application.
Step one is done when it is only necessary.
Included with VB 5.0 EE is a setup program for the ODBC.
You should find it here:
C:\Program Files\DevStudio\VB\ODBC
Glenn Deschnes.