On Wed, Nov 13, 2013 at 11:50 PM, David de Regt <dav...@mylollc.com> wrote:
> If a single _step() call takes a long time to execute (a few minutes), is my 
> only option to just wait for it? Does SQLite not allow any kind of callback 
> mechanism for each _step() to indicate how many percentages are done (or how 
> many bytes have been read/written), and allow for cancellation of the process?

See the sqlite3_progress_handler function, see
http://sqlite.org/c3ref/progress_handler.html ; also possibly the
sqlite3_update_hook function.

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

Reply via email to