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

On 03/06/2011 06:31 AM, Max Vlasov wrote:
> For example, currently it's not
> possible for some exotic vfs to selectively import data from a conventional
> format db (CMIIW)

A VFS is only used for reading and writing SQLite's btree pages.

If you want to access data in other formats then use virtual tables.  There
are no issues with attach and virtual tables.  In general you can make the
first parameter to your virtual table be the name of the file it should use.

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

iEYEARECAAYFAk1zy8UACgkQmOOfHg372QTHNgCdEKaPqedyJ57lOuffe47+Ejkg
6FQAmgNG9YDjcmNmArYVXkJKpCbopmBn
=wU3/
-----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