ON-VALIDATE-FIELD trigger
From: <m181706002_at_abonados.cplus.es>
Date: 1997/11/30
Message-ID: <880899285.5111_at_dejanews.com>#1/1
Date: 1997/11/30
Message-ID: <880899285.5111_at_dejanews.com>#1/1
To see the ORACLE error add the following exception to the on-validate field :
BEGIN
...
existing code
...
EXCEPTION
WHEN OTHERS THEN
MESSAGE(SQLERRM):
END;
Regards,
Pete Cardin
-------------------==== Posted via Deja News ====-----------------------
http://www.dejanews.com/ Search, Read, Post to Usenet
Received on Sun Nov 30 1997 - 00:00:00 CET
