Re: [sqlite] Data base locked.

2012-02-20 Thread Simon Slavin
On 20 Feb 2012, at 8:09am, bhaskarReddy wrote: > While running Data base with sqlite, i am getting error as Data > base locked. > > How to resolve from this error. Don't lock the database. Bhaskar, have you ever read any of the documentation or is your first

[sqlite] Data base locked.

2012-02-20 Thread bhaskarReddy
Hi Friends, While running Data base with sqlite, i am getting error as Data base locked. How to resolve from this error. Regards, Bhaskar. -- View this message in context: http://old.nabble.com/Data-base-locked.-tp33355225p33355225.html Sent from the SQLite mailing list archive at

[sqlite] data base locked problem

2007-09-11 Thread Armin Steinhoff
Hello, if we are try to create a new data base with sqlite we see the following error outputs: # sqlite x.db OPEN3 /appl/sbin/x.db OPEN-EX 4 /tmp/sqlite_Iihb60vuQk4Nf9D SQLite version 2.8.0 Enter ".help" for instructions sqlite> create table yy(xx char(10), x int); SQL error: database