Hello, I would like to know if there is an event within the SQLite.Net wrapper that is the equivalent of the sqlite3_progress_handler() function?
Basically when performing many updates to a database I want to keep the GUI updated so that it does not appear that the application has locked up.
Thanks for your help.