With Absolute Database you can import data from and export data to other database systems.
You can do it manually with DBImportExport utility from the Absolute DB installation set (...\AbsoluteDatabase\Ultils\Bin\DBImportExport.exe).
To import or export data in your application, use ImportTable and ExportTable methods.
See the source code of DBImportExport utility as an example of ImportTable and ExportTable methods use.
If you want to perform the conditional batch records move from one Absolute DB table to another Absolute DB table, use BatchMove method of TABSTable component.
See also the BatchMove demo as an example of BatchMove method use.
|
|