liubin liu wrote:
> why is the data file locked after writing?
>
> the last printf() result is:
> # IN END, ret = 5

Because you still have a statement in progress. Finalize it with 
sqlite3_finalize.

Igor Tandetnik 



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

Reply via email to