hi ,
dev 6i , db 8i , win 7 ,
i want to do something when a specific db error occurs while inserting in my form (Oracle error : unable to insert record ),
how to say
if Oracle error : unable to insert record
then
message(.......) ;
end if ;
thank you