Hello
I've following code
whenever oserror exit
whenever sqlerror exit
@c:/temp/file1.sql
@c:/temp/file2.sql
@c:/temp/file3.sql
The Result of this is following:
script 1 done
Error reading file
script 3 done
file2.sql doesn't exist. Although file3.sql runs. How can I stop the chain, when...