I know it is a well known theme but it is not fully present in the book and I would like to summerize.
I need to access column names to build some custom tables and I do not want the name in the usual way table.colname, just the col name. I can: - use colnames and strip the table name with string manipulation or - use rows.response to access a list of tuples(?) where col names are stored without the table prefix Are there any other ways I missed? carlo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

