19 Aug 16:30
"Database is Locked"
From: <rob@...>
Subject: "Database is Locked"
Newsgroups: gmane.comp.db.sqlite.general
Date: 2008-08-19 14:33:36 GMT
Subject: "Database is Locked"
Newsgroups: gmane.comp.db.sqlite.general
Date: 2008-08-19 14:33:36 GMT
I currently have a project that runs on a Windows XP machine. The project was working with SQLite 3.5.7, but I recently upgraded to 3.6.1 . Since the upgrade I have been getting an "Database is Locked" error message on any type of query that is ran after the database is "opened". I am assuming that when the database is opened it is being locked somehow. I am using sqlite3_open16 to open the database and sqlite3_exec to execute a simple PRAGMA statement. If anyone knows of a solution to this problem I would appreciate the help. Thanks, RobR _______________________________________________ sqlite-users mailing list sqlite-users@... http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
RSS Feed