I'm using a TOracleObject in a program. I have some problems when an error occurs. After an error, for example an ORA-06550, I want to destroy the oracle object, but the destructor raises an exception "EAccessViolation".
This is the code of the destructor (theOracleObject is a pointer to...