How to migrate DBF (BDE) to SQL?

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
NetSupport
Posts: 5
Joined: Wed 06 Jun 2007 20:08

How to migrate DBF (BDE) to SQL?

Post by NetSupport » Wed 06 Jun 2007 20:15

Hello!

Is there an easy way to migrate date and application
code from DNF (BDE) to SQL?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Thu 07 Jun 2007 07:35

We do not provide any special tool for migrating objects and data from DBF to SQL Server. Probably the CRBatchMove component will be useful for you to transfer data from DBF tables to tables in your SQL Server database.

To migrate your application from BDE to SDAC, you can use the BDE/ADO Migration Wizard. You can run it from the SQL Server menu of your IDE. This menu appears after the SDAC installation. Also you should read the "Migration from BDE" topic in the SDAC help.

Post Reply