Hi, I'm not complaining (I love SQLite), but I just wanted to point out that the "sqlite3" link is broken from multiple web pages:
http://www.sqlite.org/c3ref/objlist.html http://www.sqlite.org/c3ref/intro.html Also, links to "sqlite3_stmt" are broken. It seems that any link containing a %20 is broken, e.g. http://www.sqlite.org/c3ref/database%20connection.html http://www.sqlite.org/c3ref/prepared%20statement.html and I suspect that they are supposed to be these instead: http://www.sqlite.org/c3ref/sqlite3.html http://www.sqlite.org/c3ref/stmt.html -David ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------