this thread is quite old, in the meantime there is already schema support 
in web2py with rname. e.g.

db.define_table('mytable',
  ....
  rname='myschema.mytable')

Alex

On Friday, March 11, 2016 at 8:31:07 PM UTC+1, Ben Wolski wrote:
>
> executing the following query after defining my db in db.py helped me 
> query an Oracle db that requires a schema:
>
> db_prod.executesql("ALTER SESSION SET CURRENT_SCHEMA = BDR;")
>
> El viernes, 2 de marzo de 2012, 3:58:35 (UTC-8), Wuwei escribió:
>>
>> Hello,
>> I'm trying to use DAL with a MSSQL db.
>> I need to work with tables from 2 different schemas but I don't find how 
>> to specify the schema when I define the table.
>>
>> Can you help me?
>>
>> Thank you.
>>
>

-- 
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