Page 1 of 1

cannot connect to Firebird from Delphi2006 program

Posted: Fri 18 Jun 2010 15:43
by Eiichiro Kamiya
I use both Delphi2010 and Delphi2006. Firebird version is 2.1.3.
In my development PC, I have no problem connecting to the db. However, in a test PC where neither Delphi nor Devart drivers are installed, the program developed by Delphi2006 fails to connect to the db, while the program developed by Delphi2010 has no problem. Settings of TSQLConnections of the programs are identical except that Delphi2006 program has “LibraryName = 'dbexpida30.dll” and Delphi2010 program has “LibraryName = 'dbexpida40.dll”. The programs are stored in the same directory together with dbexpida30 and dbexpida40.dll.
Any advice please.

Posted: Mon 21 Jun 2010 09:37
by Dimon
Please specify the exact error message that arises in your application.

Posted: Tue 22 Jun 2010 03:03
by Eiichiro Kamiya
I am very sorry I made a silly mistake. The program works fine.