Chris Withers wrote: > Chris Withers wrote: > >> def recs2lod(recset, names=None): >> return recset.dictionaries > > > dammit. > > return recset.dictionaries() Well, the point is that ZODBCDA returns a ZSQL-resultset which doesn't have the dictionaries attribute ;) \Oliver