rubicon_wbd
Member
For some reason the only time I see oracle exceptions is when I have the delphi break on exception checkbox checked.
I'm using TOracleQuery.
I've tried catching the exceptions in a try..except block using:
e:Exceptions
e:EDatabaseError
e:EOracleError
But no oracle exceptions are raised (when break turned off).
Is there a compiler option I'm missing? Or something else I'm missing?
I'd really like to handle the exceptions.
I'm using TOracleQuery.
I've tried catching the exceptions in a try..except block using:
e:Exceptions
e:EDatabaseError
e:EOracleError
But no oracle exceptions are raised (when break turned off).
Is there a compiler option I'm missing? Or something else I'm missing?
I'd really like to handle the exceptions.