Is there a way to determine if the SQL statement executed? I have a process where:
1. Update a table.
2. Update a different table.
3. Record a log entry of who did what
I'm regularly finding that step 1 and 3 worked, but step 2 didn't complete!
So, is there a way to determine if the ExecSQL statement worked properly before continuing?
Thanks!
leslie
1. Update a table.
2. Update a different table.
3. Record a log entry of who did what
I'm regularly finding that step 1 and 3 worked, but step 2 didn't complete!
So, is there a way to determine if the ExecSQL statement worked properly before continuing?
Thanks!
leslie