Regarding: "... when a query is issued, does SQLite cache the results, so that future queries can be processed off the cache (I think not) "
... ============= P.S. And I should certainly have mentioned the sqlite items below: http://sqlite.org/pragma.html PRAGMA cache_size= Number-of-pages; PRAGMA default_cache_size = Number-of-pages; PRAGMA page_size = bytes; ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

