-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Filipe Madureira
Is there a way to get a list of attached databases? Either by SQL or by function call? ====================================== Greetings, Filipe, PRAGMA database_list; http://sqlite.org/pragma.html#schema Or, if you're using the commandline utility: .databases You may want to read the entire section on PRAGMAs as there are many useful ones. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

