Subject | Re: [firebird-support] Output on long running queries? |
---|---|
Author | Milan Babuskov |
Post date | 2009-03-13T18:28:38Z |
Luis Semedo Duarte wrote:
the import of data?
containing progress information.
Or, you could use a generator (you'd need a separate generator for that
import process) and increase its value. This will only give you a single
numeric value, but maybe that's enough.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com
> but it does take a lot of time to process it.Why don't you simply output the messages from the application that does
> Is there any way to output status messages back to the user/app?
the import of data?
> Is there any similar functionality is FB?Maybe you could use an external table and insert rows into it, rows
containing progress information.
Or, you could use a generator (you'd need a separate generator for that
import process) and increase its value. This will only give you a single
numeric value, but maybe that's enough.
--
Milan Babuskov
http://www.flamerobin.org
http://www.guacosoft.com