Simple Problem with Unidac and firebird 1.5

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
BRUNO
Posts: 6
Joined: Sun 11 May 2008 05:32

Simple Problem with Unidac and firebird 1.5

Post by BRUNO » Sat 05 Jul 2008 12:14

Hi,
I have two computer, In my office I have firebird 1.5 installed and in my house I have Firebird 2.0 installed.

In my house (FB 2.0) I build a simple test with Unidac component.
I put an TUniConnection Component and an TUniQuery. It work fine when I active the query.

In my office (FB 1.5) the same application report the next error:
"Incorrect values within SQLDA
structure"

what is the problem?
Thank you in advance
Bruno

BRUNO
Posts: 6
Joined: Sun 11 May 2008 05:32

Simple Problem with Unidac and firebird 1.5

Post by BRUNO » Sat 05 Jul 2008 12:17

I forget say that my dephi version is the 7.0
:)

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 07 Jul 2008 09:21

Please check whether the error occurs if you create new test application in your office. Please provide us a script for creating the test table and data for this table, if the error occurs with specific data.

Specify the exact version of UniDAC including the build number (see UniDAC | About UniDAC in the Delphi menu) and the full version of Firebird 1.5.

Post Reply