hi everyone,

i am getting new problem while executing my sqlite3 using c++ after some no
of operations on db file 
i t gives error "unable to open database file"

actually my application is every time update a class members and write in to
DB once and read the updated field from DB.
it is done for every 1 second.after some time(after 37 seconds).i got this
error.

in some forums said that the error due to database file permissions.
i changed my database file permissions using "chmod  -R 777 test.db"
is it correct?

how can i solve this??

thanks

kriscbe


-- 
View this message in context: 
http://www.nabble.com/error%3Aunable-to-open-database-file-tp18608770p18608770.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to