9 Aug
2003
9 Aug
'03
10:34 p.m.
This one is pretty straightforward. You can turn a ZSQL result set into a list of dictionaries simply by calling the dictionaries() method on the result set. For example: results = ZSQLMethod.getSomethingFromDB() dicts = results.dictionaries() Hope that helps, Kevin Jerry Westrick wrote:
Hello...
anybody know how to convert the row returned from an Z SQL into a dictionary?
Jerry
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )