19 Feb
2002
19 Feb
'02
11:26 p.m.
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