Re: [web2py] Re: Noob - Using DAL outside of web2py

2011-06-03 Thread Bruno Rocha
Dont forget to run latest 1.96.2 version... Em 03/06/2011 12:28, "Massimo Di Pierro" escreveu: > no, please do not use exec_environment. > > from gluon import DAL > db = DAL('sqlite://',folder='/your/app/ > databases',auto_import=True) > > print db.tables > > > > On Jun 3, 9:27 am, "j...@qlf.c

RE: [web2py] Re: Noob - Using DAL outside of web2py

2011-06-03 Thread j...@qlf.com
Thanks much for the info. Being new to web2py I don't have a feel for how things happen in the community. I just purchased/printed the book/manual and found this recipe under Core | Execution Environment. I know that I'm using a brand new release. How often do you update the manual? Are the