Migration DBExpress to UniDac

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
tampara
Posts: 2
Joined: Wed 11 Aug 2010 06:39

Migration DBExpress to UniDac

Post by tampara » Wed 11 Aug 2010 06:41

Hello,
is there a Migration Wizzard or a little Tool to Mirgate a DBExpress Project in Delphi 2009 to UniDac?
Thanks for your answers...

DepSoft
Posts: 20
Joined: Tue 27 Jul 2010 03:01
Location: Western Australia

Post by DepSoft » Wed 11 Aug 2010 08:15

Looking at the migration wizard, I only see options for:
  • BDE
    IBX
    ADO
    Specific DACs (ODAC, SDAC, MyDAC, IBDAC)
Regards, Paul.

tampara
Posts: 2
Joined: Wed 11 Aug 2010 06:39

Post by tampara » Wed 11 Aug 2010 09:00

I´ve seen that before, but is there anyone who has done a migration from DBExpress to UniDac?
Has anyone a Migration-Tool or something other?

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Wed 11 Aug 2010 13:56

Hello

DAC uses two-level data model: Connection -> DataSet
dbExpress uses three-level data model: Connection -> ServerDataSet -> ClientDataSet

We created migration wizard for BDE because BDE and DAC have two-level data models. Unfortunately, Three-level data model, that is used in dbExpress, cannot be converted to two-level data model automatically.

Post Reply