Subject Re: Problem with Not null colum indicator
Author Roman Rokytskyy
Hi,

> A send it as a initial bug in the firebirdsql website.

Can I close it?

> I only need to know ( in the api reference it´s not very clear for my
> ) the isc_dsql_fetch function of gds32.dll modify the sqlind value???

On each isc_dsql_fetch call gds32.dll is supposed to fill XSQLDA
structure correctly (as described in API, see reference page for
XSQLDA and XSQLVAR structures). In our driver implementation we rely
on server to send us correct data for XSQLVAR (correct sqltype,
sqlind, sqldata, etc.). As you can see in GDS_Impl.readSQLDatum(...)
we fill XSQLVAR structure using data from the stream.

Best regards,
Roman Rokytskyy