> The methods on the VFS open-file
> object<http://www.sqlite.org/c3ref/io_methods.html>that do reading and
> writing specify both the amount and the offset.  There are no seeks.

Oh, yeah. :( Sorry.  I've even implemented those routines.

> The open succeeds.  xLock() does not interact with any other VFS calls
> other than itself and xUnlock and xCheckReservedLock.  Locking is
> purely advisory.

Super!  Just what I needed to know.

Thanks.  I appreciate the time.

Marc
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to