J
jxywrn
Unregistered / Unconfirmed
GUEST, unregistred user!
client2.CommandText :='update user set constrain="2,3,4,5,11," where loginid=:login';
client2.Params[0].AsString :='12001';
其中client2为一个clientdataset控件。
执行到这一步时包错。
"odbc microsoft access drive" 参数不足,期待是2.
是什么愿因。?
client2.Params[0].AsString :='12001';
其中client2为一个clientdataset控件。
执行到这一步时包错。
"odbc microsoft access drive" 参数不足,期待是2.
是什么愿因。?