[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 INTO?MY_TABLE VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)")

"INSERT INTO?MY_TABLE VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)")

and bind operations on it.

Regards


Krishna Kumar T M

Don't let your email address define you - Define yourself at 
http://www.tunome.com today! 
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Request to check UNICODE support

2008-11-24 Thread krishnakumar . tm

 Hi all

This is krishnakumar i am using SQLite as data base in my application as meta 
data storage i want use it to store CString how can i deal with UNICODE. Is 
SQLite support UNICODE Character set


 


Krishna Kumar T M
9886454481


Don't let your email address define you - Define yourself at 
http://www.tunome.com today! 
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users