i am using sqlite3 database in our project in my project one daemon process running , in this daemon process i am opening the data base and inserts the data in to sqlite3 database using sqlite3_exec() API . for every one minute i am opening the database and inserts the values in to database using sqlite3_exec() API and closing the database. queryies are doing to database from another processes using sqlite3_exec() API . when query to database from another processes i am getting error "sqlite3_exec function error:database is locked " in above daemon process when this daemon process insert values in to database for that minute. from nextminute onwards this daemon process insert values in to database except when i query the database from another process. -- View this message in context: http://www.nabble.com/sqlite3_exec-function-error%3Adatabase-is-locked-tf4595055.html#a13118299 Sent from the SQLite mailing list archive at Nabble.com.
----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------