Hi, 

I'm connecting to multiple MySQL databases through Web2Py. So far 
everything works fine! 
But for some dumb reasons, my databases do not follow usual good design 
practices. 
For example some of  the tables foreign keys refer to other database 
primary keys (which is surprisingly possible (!) because MySql seem to 
understand  a database more like a 'schema' ....)

So I'm wondering, Is it possible to use the DAL functions to query them and 
make JOIN even though they are referring another database?
or will I still have to stick to the old school *db.executesql()* ?

thanks for the help, 
Gallien

-- 

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