QUESTION POSED ON: 02 June 2005
I have an upload program from which I have uploaded some data. If the record already exists in my Z table, it gives me a runtime error and a dump.
I want to catch that runtime error and return to the program without having a dump, so I am trying to use the catch exceptions method. Can you tell me how to do that?
|