PS: I know I can send the SQL 'set arithabort arith_overflow on',
but what I want is either a way to make this the default behavior
for all connections, or a sybase jdbc driver property to make this
true for the connection.
thanks,
Joe Weinstein at BEA
Joe Weinstein wrote:
Quote:
Hi. What's the DBMS configuration variable that toggles whether
an arith-overflow is given a fatal or non-fatal level? I have a
jdbc app that does a query with an AVG function, which occasionally
suffers an arith overflow, but the client doesn't get a fatal
message, so the driver just complains that the SQL didn't produce
a result set. I'd rather the driver get the fatal-level message
so the client knows clearly that a DBMS failure was involved.
thanks
Joe Weinstein at BEA |