RAD Studio
ContentsIndex
PreviousUpNext
Using TBatchMove

TBatchMove encapsulates Borland Database Engine (BDE) features that let you to duplicate a dataset, append records from one dataset to another, update records in one dataset with records from another dataset, and delete records from one dataset that match records in another dataset. TBatchMove is most often used to:

  • Download data from a server to a local data source for analysis or other operations.
  • Move a desktop database into tables on a remote server as part of an upsizing operation.
A batch move component can create tables on the destination that correspond to the source tables, automatically mapping the column names and data types as appropriate. 

The following topics describe how to work with a TBatchMove component:

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!