Page 1 of 1

Get it to show the full error message / SQL on error

Posted: Fri 28 Aug 2009 12:32
by rfwoolf
Hi.

I'm used to Zeoslib where, if there's an SQL error it posts the error and all the SQL that caused that error.
But in Devart all I get is
First chance exception at $7C812AEB. Exception class EIBCError with message '
Dynamic SQL Error
SQL error code = -204
Table unknown
TBLFLIGHTSCHEDULE
At line 1, column 35'. Process Project.exe (520)
This gives me absolutely no context. It says "line 1, column 35", which is absolutely useless information because i didn't generate the SQL.

I know I can but Debug := true,
but then I get too many messages and I can't be sure that's the SQL that's generating the error.

Posted: Mon 31 Aug 2009 08:39
by Plash
Unfortunately IBDAC does not have a feature to show SQL in the error message.