Page 1 of 1

BDE Migration to MyDac with InforPower components

Posted: Wed 22 Sep 2010 17:42
by rkaule
Is there any special tips when migrating from BDE to MyDac with TwwTables and TwwQuerys?

Thanks
Bob

Posted: Thu 23 Sep 2010 14:50
by Dimon
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.

Posted: Fri 24 Sep 2010 15:16
by rkaule
The TwwTable and TwwQueery have additional properties over the base TTable and TQueery. Is there a way to handle these additions?

Posted: Tue 28 Sep 2010 11:00
by Dimon
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.