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分了
一次性向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分了