On 5 Jul 2013, at 12:10pm, Ashok Pitambar <ashokpitam...@gmail.com> wrote:

> sqlite3_close() is failing with return value SQLITE_BUSY. what could
> bethe reason for this?

One possibility is that you have an open statement.  In other words you have 
created a statement with sqlite3_prepare() but never got around to using 
sqlite3_finalize() on it.

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

Reply via email to