M
Marlowe
Unregistered / Unconfirmed
GUEST, unregistred user!
About TupdateSQL
begin
Query1.Close;
updateSQL1.deleteSQL.add('delete * from a_sample');
updateSQL1.insertSQL.add('............');
updateSQL1.modifySQL.add('update .....');
Query1.updateobject:= updateSQL1;
Query1.open
end;
begin
Query1.Close;
updateSQL1.deleteSQL.add('delete * from a_sample');
updateSQL1.insertSQL.add('............');
updateSQL1.modifySQL.add('update .....');
Query1.updateobject:= updateSQL1;
Query1.open
end;