Tim Keeler wrote:
Is there a url or somewhere I can get the sqlite 2.8.6 syntax
documentation?
Tim,
The documentation on the website is released along with the source for
each version of sqlite. For version 2.8.6 you would need to download
that source archive and build the documentation from the source files.
Usually you can just replace the version number in the current link
(i.e. http://www.sqlite.org/sqlite-source-3_3_8.zip becomes
http://www.sqlite.org/sqlite-source-2_8_16.zip) to get the download file
you want, but version 2.8.6 seems to be too early for this (2.8.16 works
though).
The documentation source files contain TCL scripts that generate the
HTML documentation pages. The last version of the SQL language
documentation before version 3.0.0 can be found at
http://www.sqlite.org/cvstrac/rlog?f=sqlite/www/lang.tcl by clicking the
version 1.67 link. You can read most of the documentation from this
script file directly, or if you have TCL installed you can probably
expand this file into the desired HTML.
HTH
Dennis Cote
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------