BDE Migration to MyDac with InforPower components

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
rkaule
Posts: 3
Joined: Wed 22 Sep 2010 17:26

BDE Migration to MyDac with InforPower components

Post by rkaule » Wed 22 Sep 2010 17:42

Is there any special tips when migrating from BDE to MyDac with TwwTables and TwwQuerys?

Thanks
Bob

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

Post by Dimon » Thu 23 Sep 2010 14:50

To convert all BDE components to corresponding MyDAC components in an application you can use BDE/ADO Migration Wizard in the MyDAC menu. The Migration Wizard converts the TwwTables and TwwQuerys components too.

rkaule
Posts: 3
Joined: Wed 22 Sep 2010 17:26

Post by rkaule » Fri 24 Sep 2010 15:16

The TwwTable and TwwQueery have additional properties over the base TTable and TQueery. Is there a way to handle these additions?

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

Post by Dimon » Tue 28 Sep 2010 11:00

The Wizard serves only to simplify routine operations. If MyDAC components have not the same options as in TwwQuery you should replace these options manually.

Post Reply