Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Progress-bar

Re: Progress-bar

From: roblop <roblop_at_friko2.onet.pl>
Date: 2000/07/26
Message-ID: <8lmcod$61k$1@news.ipartners.pl>#1/1

>Hi,
>
>Is this is for Oracle forms?

Of course, no. This is apllication in C++.

Regards, Roblop

>> Is there any function,package or something else which may help me with
>> making "progress-bar"?.
>> For example i have 1 000 000 records to update and It take long time.
>> User may suppose that update "hang - up" and reset connection.
>> Progress - bar in PL/SQL may look as below:
>>
>> loop
>> a:=1;
>> Display status bar i.e.next line with grow-up number of "#"
>> Do something with "a" to grow up
>> end loop;
>>
>> Regard,
>> Roblop
>
Received on Wed Jul 26 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US