whenever sqlerror
Syntax
whenever sqlerror
Description
Provide direction on how to handle errors when in ttIsql
. For
more details, see Syntax for the WHENEVER SQLERROR command.
Examples
Command> whenever sqlerror exit 1; Command> whenever sqlerror execute "call ttrepstateget();";