Subject | Re: [IBO] IBO error? |
---|---|
Author | Jason Wharton |
Post date | 2000-12-21T19:22:43Z |
Roger,
What this is saying essentially is that I used to smoothen out a bug in
InterBase but because this has a negative effect in some circumstances I am
simply leaving all exposed to it again.
So, the only difference here is I am making a bug in InterBase visible for
what it is.
To work around it, call InvalidateSQL prior to calling ExecSQL or opening a
dataset.
Also, use a TIB_Cursor and Open so that you are using a cursor instead of an
immediate fetch.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
> > Have just re-compiled app with IBO 3.6C and get errorYou really should read all of the release notes...
> > in various places thus:
> >
> > Code 335544569 error -804
> >
> > SQLDA missing or incorrect version or incorrect
> > number/type of variables
> >
> > What does this mean? - Going back to earlier version
What this is saying essentially is that I used to smoothen out a bug in
InterBase but because this has a negative effect in some circumstances I am
simply leaving all exposed to it again.
So, the only difference here is I am making a bug in InterBase visible for
what it is.
To work around it, call InvalidateSQL prior to calling ExecSQL or opening a
dataset.
Also, use a TIB_Cursor and Open so that you are using a cursor instead of an
immediate fetch.
HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com