When I attach additional DB's with ATTACH DATABASE how can I view the schema or tables in the (non main) databases?
ATTACH DATABASE 'C:\temp\test.db' AS T .schema T .tables T Produce no results. Thanks. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users