Bastian Clarenbach <[email protected]> wrote: > My environment does not have direct file access, instead I can only request > files and get a memblock returned that contains the entire file.
You should be able to write a virtual file system that reads and writes to a block of memory rather than a physical file. See http://www.sqlite.org/c3ref/vfs_find.html -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

