Re: [sqlite] Unab to close data base due to unfinalized statements

2009-02-11 Thread Ken
try finalize at the end instead of reset. --- On Wed, 2/11/09, krishnakumar...@luckymail.com wrote: > From: krishnakumar...@luckymail.com > Subject: [sqlite] Unab to close data base due to unfinalized statements > To: sqlite-users@sqlite.org > Date: Wednesday, February 11, 2009,

Re: [sqlite] Unab to close data base due to unfinalized statements

2009-02-11 Thread Simon Davies
2009/2/11 : > 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 cal

[sqlite] Unab to close data base due to unfinalized statements

2009-02-11 Thread krishnakumar . tm
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" i userd query like _T("INSERT INT