标签:des style http os io strong ar for art
Go Up to Migrating to FireDAC
This article guides you through a series of the steps to migrate the BDE application to the FireDAC.
Topic | Description |
---|---|
BDE Name Counterparts | Most of the BDE high-level types and components have counterparts in FireDAC. |
BDE Aliases Migration | FireDAC has the BDE aliases migration function. |
BDE Application Migration | A step-by-step example showing how to migrate BDE application to FireDAC. |
Additional Migration Hints | 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, such as TDatabase, TQuery, TTable, to the FireDAC. 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 FireDAC 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 FireDAC and BDE. But some parts are different:
This is nearly all that needs to be changed at the migration from BDE to FireDAC. After the migration (or in parallel with it), you should consider reviewing your application for:
标签:des style http os io strong ar for art
原文地址:http://www.cnblogs.com/cb168/p/3952095.html