Re: [sqlite] database is locked with create

2013-02-19 Thread Choi, David
- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Richard Hipp Sent: Tuesday, February 19, 2013 4:04 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] database is locked with create On Tue, Feb 19, 2013 at 6:37 PM, Choi, David <davi

Re: [sqlite] database is locked with create

2013-02-19 Thread Richard Hipp
of options. > > > Regards, > David J. Choi > > > -Original Message- > From: sqlite-users-boun...@sqlite.org [mailto: > sqlite-users-boun...@sqlite.org] On Behalf Of Richard Hipp > Sent: Tuesday, February 19, 2013 1:44 PM > To: General Discussion of SQLite

Re: [sqlite] database is locked with create

2013-02-19 Thread Choi, David
of options. Regards, David J. Choi -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Richard Hipp Sent: Tuesday, February 19, 2013 1:44 PM To: General Discussion of SQLite Database Subject: Re: [sqlite] database is locked

Re: [sqlite] database is locked with create

2013-02-19 Thread Richard Hipp
On Tue, Feb 19, 2013 at 4:39 PM, Choi, David wrote: > Hi Richard, > > I think your guess is highly possible because the error comes from > sqliteErrorFromPosixError(). In that case, how can I fix the issue? > Try adding the -vfs unix-none command-line option:

Re: [sqlite] database is locked with create

2013-02-19 Thread Choi, David
Of Richard Hipp Sent: Tuesday, February 19, 2013 9:44 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] database is locked with create On Tue, Feb 19, 2013 at 12:01 PM, Choi, David <david.c...@micrel.com> wrote: > Hi all, > > I am new to sqlite. I build sqlite with buildr

Re: [sqlite] database is locked with create

2013-02-19 Thread Choi, David
n Behalf Of Simon Slavin Sent: Tuesday, February 19, 2013 9:14 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] database is locked with create On 19 Feb 2013, at 5:01pm, "Choi, David" <david.c...@micrel.com> wrote: > I am new to sqlite. I build sqlite with buildro

Re: [sqlite] database is locked with create

2013-02-19 Thread Richard Hipp
On Tue, Feb 19, 2013 at 12:01 PM, Choi, David wrote: > Hi all, > > I am new to sqlite. I build sqlite with buildroot without any issue. After > loading sqlite on my embedded board, I always get one error > message:"database is locked". > > Here is my operation on my

Re: [sqlite] database is locked with create

2013-02-19 Thread Simon Slavin
On 19 Feb 2013, at 5:01pm, "Choi, David" wrote: > I am new to sqlite. I build sqlite with buildroot without any issue. After > loading sqlite on my embedded board, I always get one error message:"database > is locked". > > Here is my operation on my board: > >

[sqlite] database is locked with create

2013-02-19 Thread Choi, David
Hi all, I am new to sqlite. I build sqlite with buildroot without any issue. After loading sqlite on my embedded board, I always get one error message:"database is locked". Here is my operation on my board: #sqlite3 ex1 SQLite version 3.6.23.1 Enter ".help" for instructions Enter SQL