Steven Fisher <[email protected]> wrote: > I was looking over the requirements for sqlite3_open_v2(), and I'm not > clear if this function can ever return SQLITE_BUSY.
I don't believe so. As far as I know, it doesn't actually touch the file at all, so it won't even return I/O errors (the file is physically opened and read when you prepare your first non-PRAGMA statement). Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

