Error checking // List of all errors
Ruslan Zasukhin
sunshine at public.kherson.ua
Fri Sep 21 05:04:21 CDT 2007
On 21/9/07 12:48 PM, "Bart Pietercil" <bart.pietercil at gmail.com> wrote:
> I suppose this is not possible for the moment because in the
> exception I , for the moment, need to put the when....
>
>
> or could this work
>
> exception
> when 50000 then
> call sp_errorcheck();
> when others then
> call sp_errorcheck();
> end
>
> hmm, this won't work
>
> How do I pass the 'exception number' to the procedure sp_errorcheck ?
At least as
exception
when 50000 then
call sp_errorcheck(5000);
when others then
call sp_errorcheck();
end
Ivan have come so will plug into thread now.
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list