Hi All, Is it possible to get the total number of virtual machine instructions an operation is requiring?
When backing up you have "sqlite3_backup_remaining" to do this job. By invoking the callback to every N is equal to 1 and saving the first value you have a progressbar with percentage. I want to use "sqlite3_progress_handler" during "vacuum" to inform the user of the relative progress, i.e. sending vacuum to a 3 gigabyte database takes a while. Possible? Is it possible to get the total number of virtual machine instructions a "begin... commit"-statement will need? I.e. progress of saving data to the database. Best regards, Patrik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users