T
tjming
Unregistered / Unconfirmed
GUEST, unregistred user!
quryGeneral2.Close;
quryGeneral2.SQL.Clear;
quryGeneral2.SQL.Add('Update general Set 挂失=0 Where 证号=:id_no ');
quryGeneral2.ParamByName('id_no').AsInteger:=xe;
quryGeneral2.ExecSQL;
其中xe已赋值。
quryGeneral2.SQL.Clear;
quryGeneral2.SQL.Add('Update general Set 挂失=0 Where 证号=:id_no ');
quryGeneral2.ParamByName('id_no').AsInteger:=xe;
quryGeneral2.ExecSQL;
其中xe已赋值。