I'm running the command line tool to create sqlite3 db.
My directory permissions are  drwxrwxrwt.
I'm getting the following error.

./sqlite3 newdb
SQLite version 3.3.12
Enter ".help" for instructions
sqlite> create table tbl1(one varchar(10), two smallint);
SQL error: disk I/O error

If I try the same thing in  a tmpfs, it works.

What could be the reason for this?

Thanks,
Shilpa

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to