Hello,
is there a Migration Wizzard or a little Tool to Mirgate a DBExpress Project in Delphi 2009 to UniDac?
Thanks for your answers...
Migration DBExpress to UniDac
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.
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.