Subject Re: [ib-support] load map of gds32.dll
Author Dimitry Sibiryakov
On 5 Sep 2002 at 20:58, Dieter Raith wrote:

>Maybe someone experienced can tell me, if NIL is valid for a XSQLDA
>pointer. Otherwise I have to supply the structure and point to it.

Nil is valid if your SQL statement doesn't return any data.
(INSERT, UPDATE, EXECUTE PROCEDURE w/o returning values, DDL and so on)
Otherwise you have to supply a pointer to a valid, half-filled
XSQLDA structure.

SY, Dimitry Sibiryakov.