-
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 wrote:
>
: -vfs
> Use -help for a list 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: G
x1
sqlite3: Error: unknown option: -vfs
Use -help for a list 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
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:
sqlite3 -vfs unix-none ex1
Th
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 wrote:
> Hi all,
>
> I am new to sqlite. I build sqlite with buildroot without any issue.
ehalf 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" wrote:
> I am new to sqlite. I build sqlite with buildroot without any issue. After
&
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 board:
>
> #sqlite3 ex1
> SQL
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:
>
> #sqlite3 ex1
> SQLite version
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 statemen
9 matches
Mail list logo