Migration wizard

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Migration wizard

Post by brace » Mon 07 Jun 2010 13:56

I have a fully functional application using SDAC. I'd like to consider adding support for MySQL too, therefor using UNIDAC.

I have these questions:
1) To install the UNIDAC trial I am prompted for uninstalling SDAC. This means that I won't be able to build.
2) Is there a migration wizard to migrate all the SDAC components to UNIDAC components? Which is the suggested best practice?

Thanks.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 08 Jun 2010 08:16

SDAC and UniDAC are different components. You can use SDAC and UniDAC components together in one application. If you install UniDAC you don't need to uninstall SDAC.
To convert all SDAC components to corresponding UniDAC components in an application you should use UniDAC Migration Wizard in the UniDAC menu.

brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Post by brace » Tue 08 Jun 2010 14:09

i have this message as running the unidac trial installer:


---------------------------
Setup
---------------------------
Setup has detected already installed DAC packages which are incompatible with current version.

Please uninstall DAC products.
---------------------------
OK
---------------------------

How can I get more details?

In my machine I have SDAC installed + I have installed MSSQL, Firebird, MySql and PostgreSQL (all these 4 are test database servers). Maybe some of those are giving problems?

brace
Posts: 227
Joined: Wed 14 Feb 2007 08:26

Post by brace » Tue 08 Jun 2010 14:13

ok I had the great idea of searchin in the forum and I succeded using the /force switch as suggested here:

http://www.devart.com/forums/viewtopic. ... c+products

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Tue 08 Jun 2010 16:10

It is good to see that this problem has been solved.

Post Reply