Subject Re: [IBO] Bug Release 3_6_Be
Author Jason Wharton
Ok, what it is, has to do with a recent change I made to avoid a bad
repercussion of automatically "smoothening" over the bug. I took out the
code to smoothen things because it resulted in procedures getting executed
twice. Even though the bug causes an error code to be returned to the client
the procedure still executed effectively. Thus, repreparing and executing
all over again automatically resulted in double execution. This impacted
things like one persons inventory and some others too.

When there is a bug in IB we are just going to have to deal with it and work
around it. Trying to smoothen things is something I am going to be much more
careful about in the future.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "John Tomaselli" <jrt@...>
To: <IBObjects@egroups.com>
Sent: Friday, December 01, 2000 2:55 PM
Subject: RE: [IBO] Bug Release 3_6_Be


> Jason,
> All my apps use the masterer source for my details in header/detail
> relationships. All of them use Native IBO queries. If it's an Interbase
> problem how come it never came up before and why does going to a previous
> release fix the problem.
> John
>
> -----Original Message-----
> From: Jason Wharton [mailto:jwharton@...]
> Sent: Friday, December 01, 2000 1:02 PM
> To: IBObjects@egroups.com
> Subject: Re: [IBO] Bug Release 3_6_Be
>
>
> This is an interbase bug. Avoid it by repreparing each time or changing to
> use a TIB_Cursor and fetch the results that way.
>
> If it is an execute procedure, put a suspend in the body of it and get the
> result by selecting from it instead.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
>
> ----- Original Message -----
> From: <jrt@...>
> To: <IBObjects@egroups.com>
> Sent: Friday, December 01, 2000 8:43 AM
> Subject: [IBO] Bug Release 3_6_Be
>
>
> > Jason,
> > I have a project that started to report errors after the 1st entry on
> > a detail table when connected remotely.
> > ISC error 335544569
> > ISC error Message
> > Dynamic SQL Error
> > SQL Error Code = -804
> > SQLDA Missing or incorrect version or incorrect number / type of
> > variables.
> > This happens after the 1st entry for every form that has a
> > Header/Detail releationshipe. I rolled back to 3_6_B and the error
> > goes away.
> > TIA
> > John
> >
> >
> >
> >
> >
>
>
>
>
>
>
>
>
>