Error checking // List of all errors
Bart Pietercil
bart.pietercil at gmail.com
Fri Sep 21 04:48:54 CDT 2007
On 21-sep-07, at 11:28, Ruslan Zasukhin wrote:
> On 21/9/07 12:19 PM, "Bart Pietercil" <bart.pietercil at gmail.com>
> wrote:
>
>> Is this possible ? If yes were can I find the list of all possible
>> errors ?
>
> List of all erros is in
>
> Vcomponents/vresources/*.xml
>
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 ?
tia
Bart
More information about the Valentina
mailing list