On Mon, Jul 12, 2010 at 10:36 AM, Jay A. Kreibich <j...@kreibi.ch> wrote:

>
>  Are you using sqlite3_exec() for all of these?  My first guess is that
>  you're not finalizing the INSERT statement (or allowing it to run to
>  completion) before trying to drop the table.
>

I am using sqlite3_exec() for everything except the very first SELECT
statement. It is my impression that sqlite3_exec() doesn't return until it
is completed.  Am I wrong?

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

Reply via email to