I'm pretty sure I know the answer to this.

Sqlite3 allows you to define a "progress" callback, which will be called every 
so many byte-code instructions during a long-running query, so that you can 
update a progress bar or like that.

I'm assuming that querying the same database using the same handle during a 
"progress" callback would be a *bad* idea.  Am I mistaken?

Will
--
Will Duquette -- william.h.duque...@jpl.nasa.gov
Athena Development Lead -- Jet Propulsion Laboratory
"It's amazing what you can do with the right tools."

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to