[Zope] Using ZSQL Results in python: "dictionaries" property doesn't exist
Dieter Maurer
dieter@handshake.de
Wed, 20 Feb 2002 00:26:33 +0100
Igor Leturia writes:
> I am trying to use the "Results" variable returned by any ZSQL method
> in a python script, as shown in this how-to:
> http://www.zope.org/Members/spinwing/ZSQL_Results . The thing is I can
> access Results.names() and Results.data_dictionary() as shown in the
> examples there, but not Results.dictionaries(). It says that the
> property doesn't exist.
Due to a bug, some database adapters (notably ZODBCDA) use
a variant of the "Results" class that does not support
"dictionaries"...
Dieter