AppA can define

dbA = DAL('connect to a.....')
dbB = DAL('connect to b.....')

and AppB can do the the same

dbA = DAL('connect to a.....')
dbB = DAL('connect to b.....')

each model (in A and B) need to define the table that they need. You should 
also disable migrations because you do not want two apps to mess with your 
tables.

On Monday, 25 August 2014 06:17:44 UTC-5, eric cuver wrote:
>
> Hi,
>
> I have 2 applications (AppA, AppB). Each application has a database 
> (AppA.db, AppB.db). 
> There is a table in AppA (AppA.table), which should be used in AppB and 
> There is a table in AppB (AppB.table),
> which should be used in AppA
>
> it's possible with web2py ?
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to