DBAccess and IBC

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
BennieC
Posts: 11
Joined: Fri 11 Feb 2011 17:56

DBAccess and IBC

Post by BennieC » Fri 04 May 2012 18:34

I have just upgraded to Delphi XE2 and have installed the appropriate IBDAC for this. However, code ported from working XE apps use DBAccess and IBC, but my app fails to find them. Can you assist in where these may be?

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: DBAccess and IBC

Post by ZEuS » Mon 07 May 2012 12:42

Hello.

There is a little difference in the paths to IBDAC library files in Delphi XE2.
In Delphi XE the paths were:
C:\Program Files\Devart\IBDAC for RAD Studio XE\Lib
C:\Program Files\Devart\IBDAC for RAD Studio XE\Bin

But in Delphi XE2 for 32-bit platform the correct paths are:
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Lib\Win32
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Bin\Win32
For 64-bit platform the correct paths are:
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Lib\Win64
C:\Program Files\Devart\IBDAC for RAD Studio XE2\Bin\Win64

Post Reply