delphi+ odbc + foxpro 向 dbf 文件插入记录时,提示错误 [Microsoft][ODBC Visual FoxPro Driver]V

  • 主题发起人 主题发起人 jupiterhunter
  • 开始时间 开始时间
J

jupiterhunter

Unregistered / Unconfirmed
GUEST, unregistred user!
我用 delphi+ ado+odbc + foxpro 向 dbf 文件插入记录时,提示错误 [Microsoft][ODBC Visual FoxPro Driver]Variable 'Q955P24' is not found,并且是在 数据量多的情况下出现这种错误,请问如何解决

一次性向dbf里插个1000左右的记录都没有问题,插多了,就出现 如题的错误

我的 adoconnection 的 连接字符串是这样写的
dataMod.ado_fox.ConnectionString :=
'Provider=MSDASQL.1;Persist Security Info=False;'
+ 'Extended Properties="DSN=Visual FoxPro Tables;exclusive=true;UID=;'
+ 'SourceDB='+foxpath+';'+'SourceType=DBF;'
+'Exclusive=No;BackgroundFetch=Yes;Collate=Machine;"'
请问[Microsoft][ODBC Visual FoxPro Driver]Variable 'Q955P24' is not found是个什么错误,怎么解决它
我只有66分了
 
Variable 'Q955P24' 是什么你大概就知道了,可能是里面有记录不符合约束
 
Variable 'Q955P24' 是什么意思,我也不知道啊
 
微软都不支持foxpro 了,还用啊
 
后退
顶部