The connection string in the call to DAL() can be determined dynamically based on information in the request, such as an arg or a subdomain. How do you determine which institution a given request is associated with?
Anthony On Monday, May 14, 2012 3:21:39 PM UTC-4, Craig wrote: > > I am testing Web2Py for use at my institution. We serve several other > institutions. I have each institution set up in its own database (as in > "use xxx;"). > > How can this be accomplished with the DAL in Web2Py? > > Thank you. > >

