Subject | Re: linux and pass NULL |
---|---|
Author | blahclayton |
Post date | 2004-08-23T11:01:27Z |
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:
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:This
>
> >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.
> _variable_ should have value -1.
>
> SY, Dimitry Sibiryakov.