Previous | Next
Topic: Getting utPLSQL to work under Unix
Conf: 537, Msg: 37960
From: Steven Feuerstein (steven@stevenfeuerstein.com)
Date: 9/23/00 12:11 PM
Getting utPLSQL to work under Unix Steven Feuerstein sfeuerstein steven@stevenfeuerstein.com
There are two ways of addressing this:
1. You include an exception handler that traps the error and then registers it as failure, as in:
utassert.this (SQLERRM, FALSE);
2. I enhance utPLSQL so that it traps any error and automatically registers it as false.
For now, I suggest doing the former and we can consider the latter as an enhancement request.
SF