L
lijun_snut
Unregistered / Unconfirmed
GUEST, unregistred user!
我用的是 access 数据库 执行的到下列代码的时候 报 "至少一个参数没有被指定值'
请大家看看300分
sql.Add('update pat set fns_time=date(),state=0 where ( state=:state and com_name=:com_name and com_id=:com_id and type2=:type2)');
parameters.ParamByName('com_id').Value:=nw.com_id;
parameters.ParamByName('type2').Value:=nw.ftype;
parameters.ParamByName('state').Value:=2;
parameters.ParamByName('com_name').Value:=nw.com_name;
请大家看看300分
sql.Add('update pat set fns_time=date(),state=0 where ( state=:state and com_name=:com_name and com_id=:com_id and type2=:type2)');
parameters.ParamByName('com_id').Value:=nw.com_id;
parameters.ParamByName('type2').Value:=nw.ftype;
parameters.ParamByName('state').Value:=2;
parameters.ParamByName('com_name').Value:=nw.com_name;