Thread: Error trapping
View Single Post

   
  #2 (permalink)  
Old 04-20-2008, 11:59 AM
Art S. Kagel
 
Posts: n/a
Default Re: Error trapping

Guido Jimenez M. wrote:
> Fellows,
>
> I am trying to trap SQL error using the SQL INTERRUPT ON statement, but
> the program still abort when the user press the DEL key.


Does 'stty -a' show the the 'intr' key is DEL or is that the 'quit' key?
Check your users' key mappings!

Art S. Kagel
<SNIP>
Reply With Quote