Subject | Re: [ib-support] load map of gds32.dll |
---|---|
Author | Dieter Raith |
Post date | 2002-09-06T13:24:59Z |
Thanks to all who responded. Meanwhile I found the cause for for my problem.
As so often it was at a completely different place.
in isc_interprete() ISC_STATUS is referenced by **status_vector. This
is the only
call where it is like this. Programming in C this would not have
happened, in Pascal
it is more confusing. It takes its time until you have figured out how
it works.
Indeed NIL is valid for INSERT. I checked that out.
Dieter
Dimitry Sibiryakov schrieb:
As so often it was at a completely different place.
in isc_interprete() ISC_STATUS is referenced by **status_vector. This
is the only
call where it is like this. Programming in C this would not have
happened, in Pascal
it is more confusing. It takes its time until you have figured out how
it works.
Indeed NIL is valid for INSERT. I checked that out.
Dieter
Dimitry Sibiryakov schrieb:
> On 5 Sep 2002 at 20:58, Dieter Raith wrote:[Non-text portions of this message have been removed]
>
> >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.
>
>
>
> *Yahoo! Groups Sponsor*
> ADVERTISEMENT
> <http://rd.yahoo.com/M=229441.2336363.3766536.2225242/D=egroupweb/S=1705115386:HM/A=1189560/R=0/*http://www.bmgmusic.com/acq/ee/q6/enroll/mhn/10/>
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.