Black, Michael (IS) <[email protected]> wrote: > table_info() will be faster than doing "select *" I would think in most all > cases.
To check the existence of a table, you don't need to actually run the select statement - just prepare it and check for errors. -- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

