ODAC, SDAC, IBDAC are not compatible!

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

ODAC, SDAC, IBDAC are not compatible!

Post by ibdac1pro » Wed 06 Sep 2006 07:49

We are currently using 3 components of ODAC, SDAC, IBDAC at the same time. They are very good components.
But there is one problem.

Each component are not compatible.

If BDS2006 is exceuted, the following error message is occrrued.

"Failed to load C:\Program Files\CoreLab\IbDac for Delhpi 2006\Bin\CoreLab.IbDac.Design.dll"

If compiling, "Unit MSAccess was compiled with a different version of CRParser.TParser" is coming out.

In case only one among 3 components is setup, no errors.

As we know, the 3 components are installed and used at the same time. But why is such problem happened?

Please let me know how to solve the problem.

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Wed 06 Sep 2006 09:34

Product compatibility is provided for current build only.
In other words, if you upgrade either of the installed products it may conflict with older builds of another ones.
In order to continue using products simultaneously you should upgrade all of them at the same time.
Please make sure you are using compatible versions of ODAC, SDAC and IBDAC.
If it is so and error is still present then specify the exact versions of ODAC, SDAC and IBDAC.

ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

Post by ibdac1pro » Wed 06 Sep 2006 09:58

version is
ODAC: 5.70.1.34
SDAC : 3.80.0.31
IBDAC : 1.10.0.10

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Wed 06 Sep 2006 14:51

You are using incompatible ODAC version (5.70.1.34).
Follow next steps:
1. Download the latest ODAC 5.80.0.35.
2. Uninstall all DAC products.
3. Install ODAC 5.80.0.35, SDAC 3.80.0.31 and IBDAC 1.10.0.10.

ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

Post by ibdac1pro » Thu 07 Sep 2006 00:29

Solved!

Thanks.....

Post Reply