ODAC & SDAC in the same machine

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
asliakar

ODAC & SDAC in the same machine

Post by asliakar » Wed 05 Jan 2005 10:08

Hi,

I am programming with delphi6, on WinXP platform.

I have been using a registered version of SDAC for a few months. I have not installed it, i am using source codes.

And now, downloaded the 60 days trial version of ODAC. I have added ODAC/lib path to 'project options'/'directories/Conditionals'/Search path.

When compiling, I got that message: "Unit MSAccess was compiled with a differend version of DBAccess. TDAConnectionOptions."

Then I have added the path where i copied SDAC source too, but this time, project started compiling them :(

How can i survive in this struggle? anyone know the answer to compile my project?

Thank you.

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: ODAC & SDAC in the same machine

Post by Ikar » Thu 06 Jan 2005 08:18

Product compatibility is provided for current build only. In the other words, if you upgrade one of the installed products it may conflict with older builds of other ones. In order to continue using products simultaneously you should upgrade all of them at the same time.

Post Reply