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
Error on connecting with UniDac 5.2.5 to Firebird 2.5.2
Re: Error on connecting with UniDac 5.2.5 to Firebird 2.5.2
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
Thank you ... it work's 
Re: Error on connecting with UniDac 5.2.5 to Firebird 2.5.2
It is good to see that the problem has been solved. Feel free to contact us if you have any further questions about UniDAC.