T
time
Unregistered / Unconfirmed
GUEST, unregistred user!
在数据库编程中,最基本的操作—删除记录(不要取笑)
程序:
begin
Table1.Edit;
Table1.Delete;
Table1.post;
end;
出错:
Dataset not in edit or insert mode
请问如何改?
程序:
begin
Table1.Edit;
Table1.Delete;
Table1.post;
end;
出错:
Dataset not in edit or insert mode
请问如何改?