Subject | Re: how to trace a row fetch dialogue problem |
---|---|
Author | Peter Chaisty |
Post date | 2004-08-17T14:37Z |
Thanks for the advice Svein
I have produced a version with logging points before an after each
sql/function call and some timeouts in places.
So at least when the customer see's it again I can see which bit of
code was doing it.
Rgds
Peter
--- In IBObjects@yahoogroups.com, Svein Erling Tysvær
<svein.erling.tysvaer@k...> wrote:
I have produced a version with logging points before an after each
sql/function call and some timeouts in places.
So at least when the customer see's it again I can see which bit of
code was doing it.
Rgds
Peter
--- In IBObjects@yahoogroups.com, Svein Erling Tysvær
<svein.erling.tysvaer@k...> wrote:
> Hi Peter!finish a
>
> At the time of writing, I am waiting for my other computer to
> heavy query I started using IB_SQL. It started displaying "your"of
> dialog box at row 60.
>
> The "Fetching Query Results" typically shows when executing heavy
> queries. I've never wanted to turn it off myself, but I guess you
> could by setting appropriate values of the Callback... properties
> the cursor/query.name
>
> As for discovering where this happens, I guess you could log the
> of the query (or cursor) and the time before execution starts aswell
> as after it finishes. The query you are looking for, is aprobably
> timeconsuming query. The reason you cannot replicate it, is
> because you've either got a better machine than your customers, oridentifiy
> because you have smaller databases for testing.
>
> HTH,
> Set
>
> --- In IBObjects@yahoogroups.com, "Peter Chaisty" wrote:
> > Hi
> >
> > I am still having a problem with a dialogue popping up...
> > Fetching Query Results Row #10 - then an abort button.
> > For some reason it is always row #10.
> >
> > I am pretty sure it's something i'm doing but I don't even know
> > which query has the problem.
> > Is there anything I can do to log this when it happens and
> > the source or better still trap it as an event ?
> >
> > The problem I have is that I cannot replicate it on any of my
> > machines but it does happen on 3 out of 12 customer test sites.
> >
> > Any help would be greatly appreciated.
> >
> > Rgds
> >
> > Peter