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
This gives me absolutely no context. It says "line 1, column 35", which is absolutely useless information because i didn't generate the SQL.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)
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.