i'm using Builder 5.0 with Oracle 8i.
i need to catch the OracleError exception but instead i allways get a DatabaseError exception.
If i'm debugging my code and i force an error i see the EOracleError but when i continue
with the execution i inmediatly see the EDatabaseError, and i never get...