[web2py] Re: Different register procedures multiple databases.

2010-11-07 Thread annet
Massimo, Thanks, for taking the time to answer my questions. Now that I know it's possible, I'll take up building the two apps that each have different ways of access control. Kind regards, Annet

[web2py] Re: Different register procedures multiple databases.

2010-11-07 Thread mdipierro
On Nov 4, 3:26 am, annet wrote: > In an application I defined the following connection string and > tables: > > db = DAL('postgres://...) > > auth.settings.table_user = db.define_table('auth_user', >     Field(...), > > Field('company_id',db.company,default='',notnull=True,ondelete='CASCADE',wri