Can sqlite3_exec and/or sqlite3_prepare be re-entered?  I notice that
data dictionary updates are done
directly with the Vdbe engine rather then the public API - will I have
to resort to that? 

I tried using sqlite3NestedParse, but changes to the db don't seem to be
reflected immediately. 
I want to implement a custom function that may conditionally run DML/DDL.  

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

Reply via email to