Small. Fast. Reliable.
Choose any three.
*** 1,6 ****
--- 1,7 ----
  <html>
  <H1>Information Schema</h1>
  <font face='Verdana'>
+ If you have question regarding this information or if I have something wrong please email me at vbsqliteNOSPAM@NOSPAMag-software.com (remove the NOSPAM's)<p>
  The information schema consists of a set of views that contain information about the objects defined in the current database. The information schema is defined in the SQL standard and can therefore be expected to be portable and remain stable.<p>
  
  <b>SQLite_Master</b> is the base table where schema information is stored, these views query this table<p>