Subject Re: [ib-support] How does SQLERROR work in a Stored Procedure
Author Dimitry Sibiryakov
On 23 Feb 2002 at 5:15, Alan J Davies wrote:

> exception 8 // this is the RDB$EXCEPTIONS \ RDB$EXCEPTIONS_NUMBER in the
> database
> Cannot Insert Part # - Already on File // My own message
>
> Is it possible to suppress the first line?

If you use FIBC, IBX or FIBPlus, look at
SetIBErrorMessages() and try something like
SetIBErrorMessages([ShowIBMessage]);
If you use any other set of components... Ask somebody
else in a proper newsgroup.

SY, Dimitry Sibiryakov.