if db_items.accepts(request.vars,formname='form_one): rows=db(db.items.id).select() print rows
db(db.items.id).select() = is just to select the "items" table in db. how if i want to select all the tables in db?? i tried those but failed 1. dba(dba).select () 2. dba.select() anyone can help? thanks in advance --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---