How can I check if the command has been done properly?For example:1)INSERT INTO...IF ?record_has_been_added? THEN ...
2)SELECT ...IF ?record_has_been_found? THEN ...
Tomek