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 the chance to catch
the first error.
The problem is that when i catch the database error i lost a lot of information about the error.
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 the chance to catch
the first error.
The problem is that when i catch the database error i lost a lot of information about the error.