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

Nikolaus Rath wrote:
> Can someone tell me under which conditions sqlite returns
> SQLITE_CANTOPEN, and how I can figure out what problem it encounters
> exactly?

Start your program prefixed by 'strace -f -o /tmp/strace.log -s 200' and
then look for the database filename after the problem has occurred in
/tmp/strace.log.  You should see some sort of failing system call.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAktKJawACgkQmOOfHg372QQAwwCg0ZIqD7c8qDZvM8930GuhSerc
EV8AoLEQY5xUrpzUqqkand0rncIHM23X
=tUzt
-----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