Subject | Re: [IBO] IBOQuery.open Crashes IBServer on 27th open |
---|---|
Author | danialwidner |
Post date | 2002-06-20T13:25:08Z |
--- In IBObjects@y..., Svein Erling Tysvær
<svein.erling.tysvaer@k...> wrote:
past 2 years as a BDE program.
get nailed.
IBO hf release. Interbase 6.5 server. 5.6 client or 6.5 client. 6.5
stand alone. 5.6 server tested as well. Forced write is on. IBO
query because of the conversion.
to get new values.
Close
load new params
open.
first is irrelevant.
<svein.erling.tysvaer@k...> wrote:
> Dan,couple
> I have no idea what is wrong, but reading your mail left me with a
> of questions that may help others help you.This is a conversion to IBO that has worked perfectly as is for the
>
> 1) Is this a program that is working perfectly at other locations?
past 2 years as a BDE program.
> 2) Has there been any changes to the code recently?Only the IBO conversion.
>the "too many
> This will rule out things like doing DDL through code giving
> versions" or something error.Any data. Same query. Query SQL unchanged in 3 years.
>
> 3) Does the error always occur when working on the same data?
>time. We
> We only know that your problem occurs at the 27th execution every
> do not know if every execution is independant of other executionsor if
> there is a particular sequence. I assume the error always occurswhen
> working with a set table, but is it dependent on which record itTotally independent. Any set of records passing through that code
> reads/modifies?
get nailed.
>IBOQuery?
> 4) What version of IBO? Server? Is forced writes on? IB_Query or
IBO hf release. Interbase 6.5 server. 5.6 client or 6.5 client. 6.5
stand alone. 5.6 server tested as well. Forced write is on. IBO
query because of the conversion.
>calling First
> By the way, with IBO it is not necessary to call Open before
> (at least not when using native components). Try removing the callto Open
> and see if that makes any change.The call to open was after a call to close to refill the paramweters
>
to get new values.
Close
load new params
open.
first is irrelevant.
> Set