in this case i think you still use 2 DAL connections, one for each "schema" in postgres.
On Sunday, March 4, 2012 11:57:09 PM UTC-8, spyker wrote: > > > > On 2 March 2012 16:13, Bruce Wade <[email protected]> wrote: > >> To use 2 different databases you require 2 connection strings. >> > > Two schemas does not neccesarily mean two databases. In PostgreSQL a > schema is a substructure in a database and you can have several schemas > within the one database. > > A database connection by default includes the authentication system. I > would like to know what is the best way to handle more than one connection > but having only one authentication system. > > Regards > Johann > > > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > >

