这样的备份有意义吗?
说归说,不过我也做过。使用QUERY找到需要的记录,然后使用BatchMoved倒到别的数据
库(DBF之类)。
例子:
quDexport.close;
quDexport.sql.clear;
quDexport.sql.add('select * from infordangan');
quDexport.open;
tbDestinct.TableName := 'infordangan.dbf';
//BatchMoveDData.Source := serverdm.quDexport;
BatchMovedData.Execute;