On Mon, Sep 26, 2011 at 11:30 AM, Korey Calmettes
<kcalmet...@icontime.com>wrote:

> ~ # sqlite3 test.db
> SQLite version 3.7.7.1 2011-06-28 17:39:05
> Enter ".help" for instructions
> Enter SQL statements terminated with a ";"
> sqlite> .tables
> test
> sqlite> pragma journal_mode=wal;
> wal
> sqlite> .tables
> Error: disk I/O error
> sqlite>
>
>
> Any ideas on what may be causing this error and any suggestions for a
> work-around?
>

Type:

    .log stdout

at the beginning of this session and run your experiment again please.  The
extra output might give some clues.


-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to