L
labafa
Unregistered / Unconfirmed
GUEST, unregistred user!
用一个ADOQuery连接到数据库。写一条sql语句,然后open。这是没问题的。但我不能修改,
我是这样修改:
ADOQuery1.Edit;
ADOQuery1.ParamByName('col1').value :='aaa';
ADOQuery1.Post;
在Post的时候就会出错。信息如下:
---------------------------
Debugger Exception Notification
---------------------------
Project Project1.exe raised exception class EOleException with message '多步操作产生错误,请检查每一步的状态值'. Process stopped. Use Step or Run to continue.
如果ADOQuery1连接的是SQL Server数据库,就没有问题!!不知是什么原因?
我是这样修改:
ADOQuery1.Edit;
ADOQuery1.ParamByName('col1').value :='aaa';
ADOQuery1.Post;
在Post的时候就会出错。信息如下:
---------------------------
Debugger Exception Notification
---------------------------
Project Project1.exe raised exception class EOleException with message '多步操作产生错误,请检查每一步的状态值'. Process stopped. Use Step or Run to continue.
如果ADOQuery1连接的是SQL Server数据库,就没有问题!!不知是什么原因?