Subject Re: [IBO] IBO components and progression bar
Author lester@lsces.globalnet.co.uk
> I have some lengthy database procedures.
> In order to show the user what is going on I want to show a
> progression bar.
> Is there a progression bar that works with the IBO components ?
> I would like to do as much as possible with the IBO native components.
>
> Lee

The problem is that the server does not return any progress information. Once
a query has started, then you do not get any answers until it has finished.

Jason gets round this with datapump, by processing on record at a time and so
he can count the records processed. This is the only way of breaking up a
query so that it can be progressed. So if the lengthy procedure can not be
broken up, then you can not progress it ( other than just displaying the time
it has taken so far ).

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services