Re: [sqlite] sqlite3_close() blocked data base file

2012-02-10 Thread NOCaut2012
i think fixed:: http://synopse.info/forum/viewtopic.php?id=20 -- View this message in context: http://old.nabble.com/sqlite3_close%28%29-blocked-data-base-file-tp33292831p33300699.html Sent from the SQLite mailing list archive at Nabble.com. ___

[sqlite] sqlite3_close() blocked data base file

2012-02-09 Thread NOCaut2012
Hi. maybe it is bug sqlite I'm not sure exactly. and decided to CREATE POST. for unknown reasons sqlite3_close() == SQLITE_BUSY, sqlite blocked data base file. I find on the forum next code: void CSQLiteDB::Close() { if(m_db) { sqlite3 *db = m_db; m_db = NULL;