Page 1 of 1

Error on connecting with UniDac 5.2.5 to Firebird 2.5.2

Posted: Thu 03 Apr 2014 05:07
by Delphi30
Hello,

in the moment, i have a problem on connecting to firebird 2.5.2 with UniDac 5.2.5. There is a connection error -923.

With "Flame Robin" i can open the database without problems. GDS32.dll seems ok, the FB-service runs, FB-Client will be found with a correct handle.

On other computers the software works without problems.

Any Ideas?

Bernard

Re: Error on connecting with UniDac 5.2.5 to Firebird 2.5.2

Posted: Thu 03 Apr 2014 06:03
by ZEuS
Such error can occur if you are using not the Firebird client library (or the incorrect version of it) to connect to Firebird. Try to use fbclient.dll from Firebird 2.5.2. You should specify the client library in the specific options of the TUniConnection component. Here is an example:

Code: Select all

UniConnection.SpecificOptions.Values['ClientLibrary'] := 'fbclient.dll';

Re: Error on connecting with UniDac 5.2.5 to Firebird 2.5.2

Posted: Thu 03 Apr 2014 07:54
by Delphi30
Thank you ... it work's :D

Re: Error on connecting with UniDac 5.2.5 to Firebird 2.5.2

Posted: Thu 03 Apr 2014 07:55
by ZEuS
It is good to see that the problem has been solved. Feel free to contact us if you have any further questions about UniDAC.