Re:Interbase ODBC problems
Quote
Keith Griffiths wrote:
> when i try to set up the ODBC driver for Interbase i get the following
> error
> "The setup routine for the Borland Interbase ODBC driver could not
> be loaded. You may be low on memory and need to quit a few
> applications."
> The part about memort is a smoke screen i hope as i've got 16Mb and
> have only Windows 95 running when i try it. Hope some one can
> help.....
> TIA
I experienced that problem not long ago. Make sure you install all the
files in ODBCDRV.PAK ( Disk3, Delphi 1.00 ) to your Windows system directory.
Use the unpaq.exe utillity on Disk1.
The following DLL are loaded when I start ODBC Setup for Interbase. Don't know
what they do :( Make sure you have them.
BLBAS04 22A7 0001 1.02.012 C:\WIN95\SYSTEM\BLBAS04.DLL
BLINT04 30F7 0001 1.02.012 C:\WIN95\SYSTEM\BLINT04.DLL
BLMDS04 306F 0001 4.00.012 C:\WIN95\SYSTEM\BLMDS04.DLL
BLUTL04 0E17 0001 4.00.012 C:\WIN95\SYSTEM\BLUTL04.DLL
DSQL 0E57 0001 4.00.017 C:\PROG\IBLOCAL\BIN\DSQL.DLL
GDS 307F 0001 4.00.017 C:\PROG\IDAPI\GDS.DLL
IUTLS 2EC7 0001 4.00.017 C:\PROG\IBLOCAL\BIN\IUTLS.DLL
REMOTE 2F2F 0001 4.00.017 C:\PROG\IDAPI\REMOTE.DLL
... and ODBCINST.INI:
[ODBC Drivers]
Borland InterBase=Installed
[Borland InterBase]
Driver=C:\WIN95\SYSTEM\BLINT04.DLL
Setup=C:\WIN95\SYSTEM\BLINT04.DLL
More info regarding IB ODBC driver could be found in Appendix D, LIBS User's Guide.
Johan
--