Thanks. However - SQLITE_MAX_ATTACHED seems to only apply to a tool you are compiling - whereas I just submit SQL scripts from the standard shell and was hoping to be able to attach more than 10 DBs.
I looked and looked and so far have not found any way to do this. Thanks again. On Tue, Mar 13, 2012 at 3:13 PM, Petite Abeille <[email protected]>wrote: > > On Mar 13, 2012, at 11:05 PM, Udi Karni wrote: > > > Is there a way to increase the number of attached databases beyond the > > default of 10 - from the command shell - by issueing a command / pragma? > > Not from the shell, but check SQLITE_MAX_ATTACHED: > > http://sqlite.org/limits.html > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

