REPLACE ?nrty ?WITH '' Additive IN 'tb20141017152606' for pkiib='20978' ??
這行代碼在VFP9.0里面執(zhí)行沒問題 為什么在ASP.NET ?用OLEBD連接池 執(zhí)行的時候就出現(xiàn)
在執(zhí)行命令過程中,發(fā)生了一個或多個錯誤。 這是為什么了
1 回答

喵喔喔
TA貢獻1735條經(jīng)驗 獲得超5個贊
首先你得明白, 數(shù)據(jù)庫... 不說了
It is not possible to use those commands directly against a table except
when using VFP natively. Those commands are processed by Visual FoxPro when
and only work on tables that it opens directly.
But you should be able to use those commands against a cursor (for example
created through ODBC) and then make sure to write the updates back (e.g.,
CURSORSETPROP( "SendUpdates" ...)
添加回答
舉報
0/150
提交
取消