A
ABLE
Unregistered / Unconfirmed
GUEST, unregistred user!
现在情况是要接收下级地区上报的PAradox文件,
一个地区上报一张盘,盘上有一个PAradox文件。
我利用BatchMove.Execute将PAradox文件导入
SQLAnywhere表中,步骤是:
BatchMove.Mode:=batappend;
BatchMove.Source:=Table1; //Table1为PAradox文件temp.db
//temp.db来自软盘
BatchMove.Destination:=Table2;//SQLAnywhere表
BatchMove.Execute;
当BatchMove.Execute执行第一次时,没有问题,
但BatchMove.Execute执行第二次时(接收第二个地区的软盘),
报“share violation”错误
有时退出程序,重进问题消失,但有时必须重启机器才可,
这是为什么??
一个地区上报一张盘,盘上有一个PAradox文件。
我利用BatchMove.Execute将PAradox文件导入
SQLAnywhere表中,步骤是:
BatchMove.Mode:=batappend;
BatchMove.Source:=Table1; //Table1为PAradox文件temp.db
//temp.db来自软盘
BatchMove.Destination:=Table2;//SQLAnywhere表
BatchMove.Execute;
当BatchMove.Execute执行第一次时,没有问题,
但BatchMove.Execute执行第二次时(接收第二个地区的软盘),
报“share violation”错误
有时退出程序,重进问题消失,但有时必须重启机器才可,
这是为什么??