Hold up; you mean to tell me I need to redefine the schema each time a new 
db (DAL object) needs to access it?

That sounds silly.

Isn't there a way around this?

On Saturday, February 9, 2013 4:40:28 PM UTC+11, Vasile Ermicioi wrote:
>
> let say you have table1 and table2 in database, 
>
> you shoud define your tables 
>
> db.define_table('table1',
> ..)
>
> and only after that you will have access to db.table1
>
> you can;t access db.table2 if it is not defined even if it exists in the 
> database
>

-- 

--- 
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/groups/opt_out.


Reply via email to