IBConnection problem with firebird exception

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
efgusmao
Posts: 3
Joined: Tue 09 Nov 2010 19:21
Location: Foz do Iguaçu PR

IBConnection problem with firebird exception

Post by efgusmao » Sat 13 Sep 2014 14:32

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?

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: IBConnection problem with firebird exception

Post by ViktorV » Tue 16 Sep 2014 10:09

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.

Post Reply