Subject Re: [firebird-support] another issue with blobs
Author Dimitry Sibiryakov
On 29 Aug 2003 at 12:33, Francesco Lamonica wrote:

>> > in_sqlda->sqln=2;
>>
>> in_sqlda->sqld=2;
>
>thanks dimitry but with ur changes i get:

Did you change sqln to sqld or add this line? If I'm not mistaken
both these fields must be set.

>besides... isnt sqln the indicator of the affected fields while sqld
>the affected rows?

sqln determines the number of SQLVAR structures contained in SQLDA
(SQLDA size) while sqld indicates how many SQLVARs are used/needed.

SY, Dimitry Sibiryakov.