DB2 64b client

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Daril
Posts: 27
Joined: Fri 07 Oct 2011 09:58

DB2 64b client

Post by Daril » Mon 20 Oct 2014 11:43

Hi,
I'm wonder how can I use 64b client for DB2 during unidac. I use Delphi XE2 and Unidac 5.1.4.
I create simple application with UniConnection. When I create 32b project, everything is OK, when create 64b project error occur during load db2cli.dll (is 32b dll).
I see db2cli.dll is already 32 dll, but in same folder is db2cli64.dll. When I rename this db2cli64.dll to db2cli.dll everything is OK for 64b build.
Is any way, how unidac set to use db2cli64.dll instead db2cli.dll?

Thank you

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DB2 64b client

Post by AlexP » Mon 20 Oct 2014 12:27

Hello,

Thank you for the information. We have added support for db2cli64.dll for Windows x64. this fix will be included into the next UniDAC version. Currently, you can specify the required library in the DB2DLL global variable declared in the DB2CallUni module.

Daril
Posts: 27
Joined: Fri 07 Oct 2011 09:58

Re: DB2 64b client

Post by Daril » Tue 21 Oct 2014 07:37

Hi Alex,
As usual quick and good support.
Thank you

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: DB2 64b client

Post by AlexP » Tue 21 Oct 2014 07:53

You are welcome. Feel free to contact us if you have any further questions.

Post Reply