If I run a DBExec, and in the event that the SQL script has an error, how do I disable the error message so that the script can run till the end? The script is intended to be run at an interval, and there might be an event where an SQL data error could occur. Problem is, I don't want the error message to interrupt the Macro since it will cause the process to stop.
Thanks for reading.
SQL DBExec - No Error Message Prompt
Moderators: Dorian (MJT support), JRL
Re: SQL DBExec - No Error Message Prompt
Try adding the line
Let>IGNOREERRORS=1
Let>IGNOREERRORS=1