2009/2/11  <krishnakumar...@luckymail.com>:
> Hi ,
> i am using sqlite with vc++, i tried to insert a row into data base with 
> prepared statement using bind operations, i reset the statement after using 
> it but when i try to close DB it is giving error "Unable to close data base 
> due to unfinalized statements"

Are you calling sqlite3_finalize on the prepared statement?

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

Reply via email to