cannot connect to Firebird from Delphi2006 program

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
Eiichiro Kamiya
Posts: 4
Joined: Fri 15 Jan 2010 07:20

cannot connect to Firebird from Delphi2006 program

Post by Eiichiro Kamiya » Fri 18 Jun 2010 15:43

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.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 21 Jun 2010 09:37

Please specify the exact error message that arises in your application.

Eiichiro Kamiya
Posts: 4
Joined: Fri 15 Jan 2010 07:20

Post by Eiichiro Kamiya » Tue 22 Jun 2010 03:03

I am very sorry I made a silly mistake. The program works fine.

Post Reply