[web2py] Re: About execute sql statement

2015-10-27 Thread DucVa
Hi Anthony, Are you showing the *exact* code? That is simple code to understand easily. In my app, I use storeproceduce. Did you copy the exact application from one machine and move it to another, or are there any differences at all? My code is same in anywhere. "pass in fields". I don't know i

[web2py] Re: About execute sql statement

2015-10-26 Thread Anthony
.executesql() doesn't return a Rows object unless you pass in fields. Are you showing the *exact* code? Did you copy the exact application from one machine and move it to another, or are there any differences at all? Anthony On Monday, October 26, 2015 at 3:29:40 AM UTC-4, DucVa wrote: > > Hi a