The reason you MUST define it in the model is that without the model, web2py does not know how to map SQL types into web2py types (for a varchar can be a string, a password, a upload, or a list: type).
On Dec 15, 9:37 pm, sushanth <[email protected]> wrote: > Hi, > > I already have few tables with data in mysql.i want to fetch that with > out defining in model.py. > can you please help me. > > Thanks in advance > > Regards, > sushanth

