Thanks Alexey. As I said earlier, though, this package allows you to put a VFS inside an SQLite database, not the other way around.
I'd like to be able to access an SQLite database from within a TCL VFS. It seems, however, it is not possible today. I even tried restoring from a database file into an in-memory database, but although it works fine as a TCL script, once compiled with Tclkit, it no longer works. I think this is a dead-end with the current versions of Tcl (8.5.8) and SQLite (3.6.22). I'll have to dump my SQLite database into a Metakit database and try that. -----Original Message----- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Alexey Pechnikov Sent: Thursday, 18 February 2010 19:50 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Anyone able to access a SQLite database within aTclstarpack? Hello! On Wednesday 17 February 2010 22:51:21 Alexey Pechnikov wrote: > No, you may search vfs::sqlite3 package for Tcl. I find it :-) http://web.ist.utl.pt/~tiago.dionizio/tcl/sqlite3vfs.tcl Best regards, Alexey Pechnikov. http://pechnikov.tel/ _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users