Igor Tandetnik
Thu, 15 May 2008 11:04:09 -0700
Joanne Pham <[EMAIL PROTECTED]> wrote: > Should Iuse sqlite3_finalize or sqlite3_closed after I am done with > reading/write to the database. You should call sqlite3_finalize on all prepared statements, then sqlite3_close on the database handle. Igor Tandetnik _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users