Subject Re: [firebird-support] linux and pass NULL
Author Dimitry Sibiryakov
On 23 Aug 2004 at 9:58, blahclayton wrote:

>parameters. My code works fine under windows,

Really? You must be very lucky...

> sqlda->sqlvar[i].sqlind = (short*)-1;

sqlind must be assigned with a real pointer to real variable. This
_variable_ should have value -1.

SY, Dimitry Sibiryakov.