Hi,
I created a program to process the files in a directory. It also connects to the SQL server for data processing. The program catches any exception encountered. But what I would want to do is to force it to stop from processing. say if an error is encountered while processing file 3, i want it to stop and issue a rollback instead of continuing to process the rest of the files. I did put a return but there's no effect.
thanks!