[web2py] Re: how to create a readonly connection to remote db

2013-07-30 Thread Monika Yadav
On Monday, July 29, 2013 7:33:21 PM UTC+5:30, Niphlod wrote: there's no default read-only in client-side libraries that connects to a database. What do you need specifically ? On Monday, July 29, 2013 1:49:11 PM UTC+2, Monika Yadav wrote: how to create a readonly connection to remote db

[web2py] Re: how to create a readonly connection to remote db

2013-07-30 Thread Niphlod
even if you just read a table and you want to read that table with a DAL select, you need to code the model in your application. just set migrate=False on the table definitions if tables are already there, and DAL will be happy to work with them On Tuesday, July 30, 2013 7:42:54 AM UTC+2,

[web2py] Re: how to create a readonly connection to remote db

2013-07-29 Thread Niphlod
there's no default read-only in client-side libraries that connects to a database. What do you need specifically ? On Monday, July 29, 2013 1:49:11 PM UTC+2, Monika Yadav wrote: how to create a readonly connection to remote db without using executesql...i want to use the dal properties --