Page 1 of 1

Bug in exception message when using direct connection

Posted: Thu 30 Jan 2014 14:38
by dados
Hi,

There is a bug in the exception message property when connecting direct (not in OCI)
At least there must be a linebreak or a character in between the error code and the position
And also the message for the code is also missing

Using Direct connection
E.Message = 'ORA-243445/1 PLS-00103: Encountered the symbol.....
EOraError(E).ErrorCode = 24344

Using OCI
E.Message = 'ORA-24344: success with compilation error'#$A'5/1 PLS-00103: Encountered the symbol....
EOraError(E).ErrorCode = 24344

Reg,
Arni Thor

Re: Bug in exception message when using direct connection

Posted: Fri 31 Jan 2014 12:47
by AlexP
Hello,

Thank you for the information. We have reproduced the problem and will fix it in the next build.