Hi, I'm using sqlite 3.0.8 on Linux v2.4.21. I keep seeing an error "database is locked" whenever I run my application.
This error occurs only when I login to another machine from mine and then run it. If I run the app on my own machine it works fine. I've tried to debug using gdb and found out that the app is able to create & open a database file in write mode. It then closes the file and opens a sqlite connection to it using sqlite3_open() function. The next line tries to create tables but the exec fn returns this error. The same app works fine when I run on my machine. Can anyone suggest what the problem is with sqlite when running apps on different machines. I couldn't find much related to this on the sqlite website. Thanks & Regards, Ritesh Kapoor