There are the documentarion in section of DAL to declare and handle your data ..
http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer Basically you using the define_table and queries dal.. What you already done? Em sábado, 29 de abril de 2017 14:09:13 UTC-3, Matthew J Watts escreveu: > > Hi there everyone! > > I'm new to Web2py, i'm really enjoying using the framework so far. > > I am trying to rebuild a legacy database. > > I want to produce a web app that can query data from multiple tables using > drop down boxes e.g. locations, species etc.. I want to be able to select > info using drop down boxes, Then i want to display the result and get the > option to download them. > > Could someone please point me in the right direction in regards to a > tutorials and methods > > Thanks > > matt > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

