This article guides you through a series of the steps to migrate the BDE application to the AnyDAC.
|
Topic |
Description |
|
Most of BDE high-level types and components have counterparts in AnyDAC. | |
|
AnyDAC has the BDE aliases migration function. | |
|
An step-by-step example showing how to migrate BDE application to AnyDAC. | |
|
Few additional BDE application migration considerations. |
This article provides a tutorial showing how to migrate a simple client-server application using BDE data access components, like TDatabase, TQuery, TTable to the AnyDAC. It shows the basic principles of replacing the common components, properties and code, preserving the developers working time and avoiding the common migration pitfalls.
In general, the AnyDAC components have a high compatibility level with the BDE data access components. This includes the syntax and semantic of the properties and methods in the AnyDAC and BDE. But some parts are different:
That is nearly all of what should be changed at migration from BDE to AnyDAC. After the migration (or in parallel with it), you should consider to review your application for:
|
What do you think about this topic? Send feedback!
|