Subject Re: linux and pass NULL
Author blahclayton
I am passing it as a real pointer. it was just quicker to show it
like this as I am working with cross platform arrays (wxwidgets)!!!

It still is not working with linux!!!

--- In firebird-support@yahoogroups.com, "Dimitry Sibiryakov"
<SD@t...> wrote:
> 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.