> allschols=db().select(db.scholarship.ALL) > > then how do I access the rows of data in allschols? is the first row > allschols[0] or allschols.fieldname?
for item in allschols: do_something_with(item.fieldname) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---