Subject Re: [ib-support] xsqlvar and isc_dsql_describe_bind
Author Dimitry Sibiryakov
On 12 Sep 2002 at 12:05, Dieter Raith wrote:

>After the isc_dsql_describe_bind call some fields of the xsqlvar array
>are populated like sqltype and sqllen, others not like the fieldname.
>Is that true and what is the reason that the fieldname is not returned

isc_dsql_describe_bind describes input parameters which are just
question signs and don't have names. That's bad (remember, that
parameters of subqueries are placed later), but "by design".

SY, Dimitry Sibiryakov.