I‘m running ATTACH database on SQlite 3.5.8 on windows. I‘m opening 
one database
file and attaching the second one.
On my computer it works, but it fails at other computer. The database is opened 
in more
than one thread (it is failing in worker thread).
sqlite3_step() returns SQLITE_MISUSE , but _sqlite3_errmsg() returns "database 
is locked".
What can be the problem?
Thank you!
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to