[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
error handling for SQR
- Subject: error handling for SQR
- From: "Andreassen, Parika - Broomfield, CO" <Parika.Andreassen@CEXP.COM>
- Date: Wed, 25 Nov 1998 09:48:20 -0700
Is there any way to run an error handling procedure during an
SQR error ? (not a SQL error) I know there is an ON-ERROR option for
BEGIN-SELECT statement and BEGIN-SQL statement. However this will only
handle SQL errors. If an SQR error occurs, my error handling procedure
will not get called. By SQR error I mean any SQR execution errors :
Graphics Box out of bound, user hits Ctl-C, array access errors, etc..
There is an EXECUTE statement, described in the user's manual,
which looks like it would work. However, it's only for SYBASE. I am
using Oracle, SQR 3.5 on Unix.
Any help will be greatly appreciated. Thank You.