猿问

VFP执行错误

  REPLACE  nrty  WITH '' Additive IN 'tb20141017152606' for pkiib='20978'   

这行代码在VFP9.0里面执行没问题 为什么在ASP.NET  用OLEBD连接池 执行的时候就出现

在执行命令过程中,发生了一个或多个错误。 这是为什么了

米琪卡哇伊
浏览 510回答 1
1回答

喵喔喔

首先你得明白, 数据库... 不说了 It is not possible to use those commands directly against a table exceptwhen using VFP natively. Those commands are processed by Visual FoxPro whenand only work on tables that it opens directly.But you should be able to use those commands against a cursor (for examplecreated through ODBC) and then make sure to write the updates back (e.g.,CURSORSETPROP( "SendUpdates" ...)
随时随地看视频慕课网APP

相关分类

Java
我要回答