VAImpTable.Open;
VAImpTable.First;
VAImpTable.FetchAll; // Make sure we have ALL the data for the migrate
VAImpTable.First; // Just to make sure that we are back at the first record
spBatchInsert.Para……
use shellapi
procedure TForm1.Button1Click(Sender: TObject); var adr: array of Char; begin GetSystemDirectory(adr,MAX_PATH); //获取SYSTEM路径 //GetWind ...……