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.
Simple question about TUniConnection
-
JavaPauloMG
- Posts: 8
- Joined: Mon 26 Sep 2011 14:37
- Location: Brasil
- Contact:
-
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.
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.