Incorrect values within SQLDA structure.

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Incorrect values within SQLDA structure.

Post by inageib » Fri 10 May 2013 03:13

Hi,
I was trying to execute an insert statement and assign a parameter like that:

Code: Select all

<TIBCSQL>.parameterbyname('para1').assingle := table1.fieldbyname('f2').assingle;
and I get this error when I try to execute the statement
Dynamic SQL ErrorSQL error code = -804Incorrect values within SQLDA structure.
also before that error I was getting this error message after trying to assign many parameter "assingle"
Unknown data type
After long time of investigation I found the filed 'f2' is null. Is that because of the null values or something else ? the error messages are not clear.

thanks

AndreyZ

Re: Incorrect values within SQLDA structure.

Post by AndreyZ » Mon 13 May 2013 10:52

Hello,

Thank you for the information. We have reproduced the problem and investigation of the problem is in progress. As soon as we have any results we will let you know.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: Incorrect values within SQLDA structure.

Post by inageib » Tue 14 May 2013 16:31

glad to help.

AndreyZ

Re: Incorrect values within SQLDA structure.

Post by AndreyZ » Mon 20 May 2013 05:17

We have fixed this problem. This fix will be included in the next IBDAC build.

inageib
Posts: 184
Joined: Wed 26 Aug 2009 14:11

Re: Incorrect values within SQLDA structure.

Post by inageib » Mon 20 May 2013 10:48

Great.

AndreyZ

Re: Incorrect values within SQLDA structure.

Post by AndreyZ » Mon 20 May 2013 12:48

If any other questions come up, please contact us.

Post Reply