On Thursday, August 16, 2012 3:07:12 PM UTC-4, pbreit wrote: > > I'd rather stay in app code. If I do db.executesql(..., as_dict=True) > could I copy that into a Storage object to get something roughly similar to > a DAL object?
You might try something like this: http://stackoverflow.com/questions/11194870/stored-procedures-in-web2py/11218062#11218062 Anthony --

