RE: How to monitor progress during data import

2006-07-28 Thread Ryan Bobko
-Original Message- From: Fantry, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 9:00 AM To: Derby Discussion; [EMAIL PROTECTED] Subject: RE: How to monitor progress during data import I am importing the data using the built in system procedure

RE: How to monitor progress during data import

2006-07-28 Thread Michael Segel
Bobko [mailto:[EMAIL PROTECTED] Sent: Friday, July 28, 2006 8:59 AM To: Derby Discussion; 'Fantry, John'; 'Derby Discussion'; '[EMAIL PROTECTED]' Subject: RE: How to monitor progress during data import If you don't have access to the input stream, then this method won't help too much. However

RE: How to monitor progress during data import

2006-07-27 Thread Petrula, Dan
Message- From: Fantry, John [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 9:00 AM To: Derby Discussion; [EMAIL PROTECTED] Subject: RE: How to monitor progress during data import I am importing the data using the built in system procedure SYSCS_UTIL.SYSCS_IMPORT_TABLE

How to monitor progress during data import

2006-07-26 Thread Fantry, John
I am using Derby to import a large text file into a table. I would like to be able to display a progress dialog to the user while the import is processing. In order to provide a useful progress bar I need to be able to calculate the % complete of the import procedure. Does anyone know if

Re: How to monitor progress during data import

2006-07-26 Thread Andreas Korneliussen
Fantry, John wrote: I am using Derby to import a large text file into a table. I would like to be able to display a progress dialog to the user while the import is processing. In order to provide a useful progress bar I need to be able to calculate the % complete of the import procedure.

Re: How to monitor progress during data import

2006-07-26 Thread Mike Matrigali
Andreas Korneliussen wrote: Fantry, John wrote: I am using Derby to import a large text file into a table. I would like to be able to display a progress dialog to the user while the import is processing. In order to provide a useful progress bar I need to be able to calculate the %

RE: How to monitor progress during data import

2006-07-26 Thread Fantry, John
- From: Mike Matrigali [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 26, 2006 11:27 AM To: Derby Discussion Subject: Re: How to monitor progress during data import Andreas Korneliussen wrote: Fantry, John wrote: I am using Derby to import a large text file into a table. I would like