Page 1 of 1

IBConnection problem with firebird exception

Posted: Sat 13 Sep 2014 14:32
by efgusmao
Hello,

I am using TBCConnection configured for use library fbclient.dll, but when same exception raise from database the message isn't not clear, for example:

Dynamic SQL Error
SQL Error code = @1
conversion error string "@1"

I would like to fix this to facilitate the understanding of exception, someone has any idea why this occurs?

Re: IBConnection problem with firebird exception

Posted: Tue 16 Sep 2014 10:09
by ViktorV
This problem happening if you are using an old Firebird client (fbclient.dll or firebird.msg) with the new server (i.e., using the v2.0.x client with the v2.5.x server), or vice-versa.
Check the fbclient.dll library version and firebird.msg version. They must match the server version.