On 29 Jun 2012, at 9:55pm, Jeff Archer <[email protected]> wrote: >> Kevin Benson kevin.m.benson at gmail.com Fri Jun 29 16:32:55 EDT 2012 >> >> The mention of SQLITE_SCHEMA error and sqlite3VdbeExec() sounds like maybe >> you're fighting an expired statement??? > > Not likely. I do Prepare, Bind, Step, Finalize using a wrapper function. > The database file was created only moments before.
Do you do the _prepare() first, then make a change to the database schema ? For instance Start of app Prepare the INSERT statement CREATE TABLE Bind the INSERT statement Step the INSERT statement Simon. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

