Page 1 of 1

Zeos 6.6.6 + Firebird 2.5.2

Posted: 26.03.2013, 10:10
by Beri75
Hi,

I've an application running on Zeos 6.6.6 and Firebird 2.1.3, everything works fine.
Upgraded Firebird client to 2.5.2 when application starts now an errors occours.

TZConnection works fine, but when a TZTable object try to "open" data the error raise.

Attached the related call stack.

My application is compiled with BCB6, and unfortunately I've no found packages support on new Zeos release.
Any ideas, thx?

Posted: 28.03.2013, 09:36
by marsupilami
Hello Beri75,

Zeos 6.6 simply doesn't work with the client library of Firebird 2.5. If you need to stay with BCB6 and thus with Zeos 6.6 you can use an FB 2.1 client library for connecting to a 2.5 server too.
Best regards,

Jan

Posted: 28.03.2013, 11:26
by Beri75
Hi Jan,

thx a lot for your reply!

Unfortunately, tons for code constraints, I've to use BCB6, so I'll go back to FB 2.1 client...

Thx again!