Is there a C API way to get a total count or notification as each statement
is prepared by sqlite_prepare_v2 within sqlite3_exec?  The sqlite3_exec
callback interface is silent with respect to CREATE and DROP statements.

Presumably I could copy and paste the entire body of sqlite3_exec into my
program and add a counter update in the right spot but I'd rather not if
the API can tell me the running or total statement count somehow.
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to