Subject | Re: Importing data into Firebird |
---|---|
Author | Ian A. Newby <ian@wmeng.co.uk> |
Post date | 2003-01-29T09:27:42Z |
Hi Robi,
return the number of records processed: that way you could execute
the procudure using select * from myproc and it would display how
many records its processed.
Regards
Ian Newby
> - Is it possible somehow to keep track of progress of long-runningI think you could write your stored procedures as selectable and
> update batches and stored procedures from ISQL or other
> DB admin tool? I mean, to display the number of processed records.
return the number of records processed: that way you could execute
the procudure using select * from myproc and it would display how
many records its processed.
Regards
Ian Newby