Subject | Re: Problem with Not null colum indicator |
---|---|
Author | Roman Rokytskyy |
Post date | 2002-10-24T18:34:03Z |
Hi,
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
> 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 myOn each isc_dsql_fetch call gds32.dll is supposed to fill XSQLDA
> ) the isc_dsql_fetch function of gds32.dll modify the sqlind value???
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