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