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

Reply via email to