[web2py] Using DAL / existing Databases

2018-09-17 Thread Ben Duncan
Ok, sorry if this may seem like a long post to some. I have created a framework of sorts to generate tables for an accounting system. They tables themselves are generate from various Python programs that read layouts from old COBOL programs/ AppGen 4gl / Informix schemas , Oracle schemas ,Tryton

[web2py] Using DAL

2016-03-29 Thread Aman Bindal
Hi, I need to access web2py sqlite database from python. So, I wrote a python code like this >> from pydal import DAL, Field >> db = DAL('sqlite://storage.sqlite') >> print db.tables [] >> db.define_table(... Already existing table,) it is showing an error of sqlite3.OperationalError: ta

[web2py] Using DAL inside a thread

2014-07-05 Thread Wonton
Hello! As I commented in other post (https://groups.google.com/forum/#!topic/web2py/ZbEndj2H-fk) I have problems using APNSWrapper feedback service sending push notifications. While I wait for an answer I've thought a possible solution to my problem. This solution consists in: 1. I'm going to

[web2py] Using DAL outside of web2py

2013-08-20 Thread Jim S
I have the following scenario and am wondering how others are handling it. I have a dev and prod environment that I'm working with. They exist on different servers. In my dev environment I have migrate turned on for all tables. In prod they are turned off. I use mercurial for source control

Re: [web2py] Using DAL the web2py way

2010-11-06 Thread Bruno Rocha
> Hi, > > I am having trouble using DAL the web2py way. I am trying to create a > personal website so I can post articles. I have all my articles for > different subjects stored in a single table with a field "main_tag", > which tells the subject of the article. I will display them on the > webpage

[web2py] Using DAL the web2py way

2010-11-06 Thread Eduardo
Hi, I am having trouble using DAL the web2py way. I am trying to create a personal website so I can post articles. I have all my articles for different subjects stored in a single table with a field "main_tag", which tells the subject of the article. I will display them on the webpage in different