[web2py] Re: Connecting to external databases

2012-09-06 Thread Gregg Branquinho
is your issue ? On Wednesday, September 5, 2012 6:18:23 PM UTC+2, Gregg Branquinho wrote: I am building a json webservice in web2py and it is being used by many different frontends.. What I am looking to do on the back end is connected to external databases (1 postgre, 2 mssql) and return

[web2py] Re: Connecting to external databases

2012-09-06 Thread Gregg Branquinho
.. On Thursday, September 6, 2012 10:50:47 AM UTC+2, Niphlod wrote: yep. Wouldn't it be faster if you just try that out ? On Thursday, September 6, 2012 10:12:56 AM UTC+2, Gregg Branquinho wrote: is it as simple as adding new global dabase objects in the db.py ? On Wednesday, 5 September 2012 22:18:37

[web2py] Re: [OT} Has anyone tried Ninja IDE before?

2012-09-06 Thread Gregg Branquinho
I really enjoyed as it enforces pep.. which is quite cool.. but it has some bigs that cause systax collaping to malfunction which started to bug me.. On Thursday, September 6, 2012 11:16:56 AM UTC+2, Luther Goh Lu Feng wrote: I just discovered this FOSS project and wonder if anyone has used it

[web2py] Re: Connecting to external databases

2012-09-06 Thread Gregg Branquinho
AM UTC+2, Gregg Branquinho wrote: Yeahm I am very tentative as I this is my first time working web2py and I was worried intoduciny and error in db.py would stop the admin interface from running.. After reading the code it seem it won't.. Still cant get the conneciton open

[web2py] Connecting to external databases

2012-09-05 Thread Gregg Branquinho
I am building a json webservice in web2py and it is being used by many different frontends.. What I am looking to do on the back end is connected to external databases (1 postgre, 2 mssql) and return the correlated data from the different servers to the json client. What I am struggling with