S
stamm
Unregistered / Unconfirmed
GUEST, unregistred user!
程序在向一个设了主键的paradox表中添加记录时,如果添加时主键有重复系统会自动
给出错误提示,如何避免这个系统的错误提示而使用自己的提示
为什么写如下语句不起作用
try
table1.append;
...
table1.post;
excecpt
showmessage('error');
end;
给出错误提示,如何避免这个系统的错误提示而使用自己的提示
为什么写如下语句不起作用
try
table1.append;
...
table1.post;
excecpt
showmessage('error');
end;