Small. Fast. Reliable.
Choose any three.
*** 1,3 ****
--- 1,8 ----
+ As of 2005-Sep-24, SQLite version 3 is included in ActiveTcl.  And there
+ is a TEA-compatible source tarball on the 
+ {link: http://www.sqlite.org/download Download Page} that installs SQLite
+ correctly.
+ -----
  *: Create a directory called TclSqlite under the Tcl /lib directory.
  *: Copy or move the TclSqlite library to the newly created directory.
  *: From Tcl, execute: "pkg_mkIndex -direct <tcl>/lib/TclSqlite *.<ext>" where <tcl> is the path to the /lib directory and <ext> is the library extension (dll or so).
***************
*** 26,34 ****
  (I found this solution after a LONG search ... on the mailing list. The solution was given by Gerry Snyder. Thanks Gerry!)
  
  This is not the cleanest install (and is very easy to break if you change the .dll location) but it works.
- 
- -----
- As of 2005-Sep-24, SQLite version 3 is included in ActiveTcl.  And there
- is a TEA-compatible source tarball on the 
- {link: http://www.sqlite.org/download Download Page} that installs SQLite
- correctly.
--- 31,33 ----