Subject | Re: [IBO] Weird and very slow tib_query |
---|---|
Author | William J Hill |
Post date | 2003-08-21T17:40:55Z |
Hello James,
So your next steps could be:-
1) Check OnCalculateField events.
2) Check BeforeScroll and AfterScroll events.
Easy to comment out any executed code and see if any
speed difference.
3) Disconnect ANY detail (slave) queries and see if
there is any speed difference.
hth,
William.
> setting the autofetchall to neither true or false doesn't affect theOK, it would seem that the sql is not a major factor.
> performance. I have try running the sql statement in ib expert, the
> result is very fast. And I try it alson on IB_SQL, the result is very
> fast to. Please help me with this thanks in advance.
So your next steps could be:-
1) Check OnCalculateField events.
2) Check BeforeScroll and AfterScroll events.
Easy to comment out any executed code and see if any
speed difference.
3) Disconnect ANY detail (slave) queries and see if
there is any speed difference.
hth,
William.