DBAccess and IBC
DBAccess and IBC
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?
Re: DBAccess and IBC
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
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