Simple question about TUniConnection

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
JavaPauloMG
Posts: 8
Joined: Mon 26 Sep 2011 14:37
Location: Brasil
Contact:

Simple question about TUniConnection

Post by JavaPauloMG » Tue 28 Feb 2012 21:53

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.

AndreyZ

Post by AndreyZ » Wed 29 Feb 2012 13:39

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.

RWarnecke
Posts: 24
Joined: Thu 02 Feb 2012 09:08
Location: Stuttgart

Post by RWarnecke » Thu 01 Mar 2012 13:08

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.

Post Reply