[REBOL] Observing query progress
From: Christophe::Coussement::mil::be at: 4-Nov-2003 15:43
Hi list,
I'm working now with queries during about 1/2 hour to be executed, as they go through
big amount of data.
I'm wondering if there should be a way to feedback the user about the progress of the
query, like probing the db-port without interferring into the query process ?
db: open odbc://my-db
db-port: first db
insert db-port ["select * from t_table"]
;---> some code here ?
result: copy db-port
thx in advance :)
==christophe