> Is it possible to catch an error in 4.1 scripting? I have found that whan I
> run a script and a line of the script cannot find a table - instead of
> halting
> the script continues to run.
Funny question. MySQL does not support multiple queries, so the only one
that is aborted is all there is to abort. If you keep sending it queries
without checking for errors, you specifically _ask_ it to ignore the
errors. The aborted query is aborted as a whole. Every query is an
all-or-nothing command.
If you mean running a file in the mysql command-line client, it should
not continue unless you specify the --force option.
Best regards
--
Willem Bogaerts
Application smith
Kratz B.V.
http://www.kratz.nl/