Page 1 of 1

Simple question about TUniConnection

Posted: Tue 28 Feb 2012 21:53
by JavaPauloMG
Hi,

When i using the "TUniConnection", i set the property "SpecificOptions.Values['ClientLibrary'] := 'fbclient.dll'", before connect in database, but i delete alll files "fbclient.dll", in client station.

But the "TUniConnection", still works, after i reset de O.S, and close all instances of firebird, my doubt is the UniConnection, had some inside mechanism to conect in database, without client library?

Thanks to all, ando sorry for my poor english.

Posted: Wed 29 Feb 2012 13:39
by AndreyZ
Hello,

UniDAC had a bug with setting specific options in run-time. UniDAC uses gds32.dll by default, so it seems that in your case UniDAC uses gds32.dll instead of fbclient.dll. UniDAC cannot connect to InterBase or Firebird databases directly without using client libraries. Please try using the latest UniDAC version 4.1.4 and check if the problem persists.

Posted: Thu 01 Mar 2012 13:08
by RWarnecke
In UniDAC Version 4.1.4 you can set specific options in TUniConnection. I need this for loading the 32 bit or 64 bit firebird client library.