Nathan2001
07-23-2001, 03:57 AM
Now I want to handle Key voildation.I know the ErrorCode
is 9729.So,How can I use it handle the Error?Not in Table's
OnUpdateError.
try
table1.Post;
except
on EDbEngineError do
begin
What can I write here?
end;
end;
Thaks,nathan.
is 9729.So,How can I use it handle the Error?Not in Table's
OnUpdateError.
try
table1.Post;
except
on EDbEngineError do
begin
What can I write here?
end;
end;
Thaks,nathan.