Hi all, I'm getting a sqlite error when running sqlite3_close. The error indicates that there are open statements.
To the best of my knowledge all statements are closed. I loooked at the sqlite3_close function and call to close the virtual tables appears to be causing this issue. My question: Are there any means in sqlite to get a listing of what it thinks are open statements? Since this is in a multi threaded app I'm not entirely certain if there is some form of corruption or if its a logic error in my code somewhere. But I do go through a loop prior to calling sqlite3_close and close each statement that has been opened. Thanks For any help. Ken _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

