Using MYDAC registered version and trying SDAC trial?

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

Using MYDAC registered version and trying SDAC trial?

Post by Guest » Fri 17 Feb 2006 14:51

Hi.
We purchased mydac for delphi 7 a couple of months ago, working great!

However, a new customer wants us to use sql server 2005, so we were planning to use SDAC since MYDAC did the job.

But when I try to install the trial SDAC version for delphi 7 i get the following error message:
Setup has detected already installed DAC packages which are incompatible with current version. Do you wish to continue installation and replace it?

Now, I really don´t want to replace MYDAC with SDAC, i want both.

Please help me out
/Jens

(I accidentaly installed the trial for delphi 2005, but that was uninstalled before I tried to install the delphi 7 version, allthough I made a system restart between, just to make sure)

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

Post by Ikar » Fri 17 Feb 2006 15:41

MyDAC, SDAC and ODAC components use common base packages listed below.
dacXX.bpl
dacvclXX.bpl
dcldacXX.bpl

Note that 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.

Post Reply