-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 10/03/2011 03:05 PM, Dungan, Kerry wrote:
> the result:
> An empty file.db is created, and I get "sqlite3.OperationalError: disk I/O 
> error" on the execute command.

There could be any number of reasons.  The message is coming from the SQLite
library and it is doing that because of something that happened with the
operating system.  My best guess is that the journal can't be created for
some reason.  The server may have extra security rules, quotas etc causing this.

The easiest way to find the problem is to run the program under strace which
will show every system call made and the response.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6KO5EACgkQmOOfHg372QT59gCgsGUnfKkN0XvZoEB6ULgV1tQL
1YoAn3GNFXbOwyYQpJ6/VAO0rErdGWZA
=6WFN
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to