RB Smissaert
2007-09-24 16:53:43 UTC
Trying to connect to Interbase (5.6) in VB with the free OLE DB driver
IbOleDb.dll, which
can be downloaded from:
http://iboledb.sourceforge.net/
I have put the dll in Windows\System32\
Tried to do a regsrvr32 but it doesn't do that.
Tried to connect with this connection string (and lot of
variations, such as local IP address and computer name for the location),
but sofar no success:
ADOConn.Open "Provider=IbOleDb;Location=localhost;" & _
"Data Source=C:\Torex\Synergy\Meddata\S6000\db\S6.gdb", _
"xxx", _
"zzz"
Keep getting error 3706, Provider cannot be found. It may not be installed
properly.
Any suggestions how to connect with this?
RBS
IbOleDb.dll, which
can be downloaded from:
http://iboledb.sourceforge.net/
I have put the dll in Windows\System32\
Tried to do a regsrvr32 but it doesn't do that.
Tried to connect with this connection string (and lot of
variations, such as local IP address and computer name for the location),
but sofar no success:
ADOConn.Open "Provider=IbOleDb;Location=localhost;" & _
"Data Source=C:\Torex\Synergy\Meddata\S6000\db\S6.gdb", _
"xxx", _
"zzz"
Keep getting error 3706, Provider cannot be found. It may not be installed
properly.
Any suggestions how to connect with this?
RBS