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 > Windows VCL Application - Delphi.
  2. Create a batch move component.
  3. Specify a batch move mode.
  4. Map data types.
  5. Execute a batch move.
  6. Handle batch move errors.

See Also