[web2py] Can I query muliitple legacy databases?

2014-03-20 Thread learning
I know what Python and web framework are, but need help understanding something about web2py. I have an old application that uses vbscript/asp. It hits multiple databases and brings it back to the user for a seamless experience. In other words, they don't have to go to ten pages to get

[web2py] Can I query muliitple legacy databases?

2014-03-20 Thread Brian M
It works great. I've got reporting sites at work that pull from several different databases using a mix of DAL queries and executesql. Just use the DAL to make the connections to the databases and then query it whichever way best fits your needs! -- Resources: - http://web2py.com -