RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBatchMove Class

TIBBatchMove enables applications to perform database operations on groups of records or entire tables.

Pascal
TIBBatchMove = class(TComponent);
C++
class TIBBatchMove : public TComponent;

Set the properties of the TIBBatchMove object to

  • Add the records in a dataset to a database table.
  • Delete the records in a dataset from a database table.
  • Copy a dataset to create a new database table or overwrite an existing table.

Call the Execute method to perform the actual operation. TIBTable objects can also perform the same batch operations, but only with the options specified by the default TIBBatchMove property values. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!