Using TBatchMove (BDE)

From RAD Studio
Jump to: navigation, search

Go Up to How To Perform Database Procedures

TBatchMove copies a table structure or its data. It can be used to move entire tables from one database format to another.

To use TBatchMove

  1. Choose File > New > Other. The New Items dialog appears.
  2. In the New Items dialog, select Delphi Projects and double-click VCL Forms Application. The Windows Designer displays.
  3. Create a batch move component.
  4. Specify a batch move mode.
  5. Map data types.
  6. Execute a batch move.
  7. Handle batch move errors.

See Also