How can I find out immediately whether an INSERT or UPDATE operation has been successful, since they both return a Recordcount of 0.
For example,
sql := 'INSERT INTO table . . . '
execute;
Success := ??????
I guess I could trap the exception, but is there some other way?
Simple question re insert and update
-
AndreyZ
-
AndreyZ