Subject | RE: [IBO] Bug Release 3_6_Be |
---|---|
Author | John Tomaselli |
Post date | 2000-12-01T21:55:17Z |
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
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
>
>
>
>
>