Page 1 of 1

[Migration] BDE to ODAC

Posted: Wed 21 Jun 2006 16:19
by Laurent Dardenne
Actually we have a delphi project where we try to replace BDE components by ODAC components. Have you any document or suggestion to ensure
that we will have no issue due to the difference between BDE and ODAC components ?

Many thanks in advance for your help !

Regards

Posted: Thu 22 Jun 2006 13:01
by Challenger
Interface of ODAC components is compatible with BDE components as much as possible. We also have BDE Migration wizard that helps you to avoid some routine work when replacing BDE components with ODAC ones. Therefore you shouldn't face any significant problems during migration.

Posted: Mon 26 Jun 2006 15:51
by Laurent Dardenne
Thanks.