SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemBatchMove
Hierarchy    Properties    Methods       Events
Previous  Top 

TBatchMove performs database operations on groups of records or entire tables.

Unit
SQLMemMain

Description
Use a TSQLMemBatchMove object to
·Add the records in a dataset to a database table.  
·Delete the records in a dataset from a database table.  
·Replace the records in a database table from the records in a dataset  
·Copy a dataset to create a new database table or overwrite an existing table.  

Set the Mode property to specify the desired operation. The Source and Destination properties indicate the datasets whose records are added, deleted, or copied. Other properties further specify how to perform the operation and how to handle problems that TSQLMemBatchMove encounters when performing its operation. Once you have set properties to indicate what you want to do, call the Execute method to perform the actual operation.

Note:   TSQLMemTable objects can also perform the same batch operations, but only using the options specified by the default TSQLMemBatchMove property values.



© AidAim Software SQLMemTable: In-memory Sql Database Delph