[Zope-DB] Database result objects

Charlie Clark charlie at begeistert.org
Mon Feb 2 09:27:50 EST 2004


> for item in result.tuples():
>    print item
> 
> I get this error in Zope:
> 
> Error Type: AttributeError
> Error Value: DatabaseResults instance has no attribute 'tuples'

Never heard of this results.tuples() Your doc source may be incorrect.

Look at
http://www.zope.org/Members/spinwing/ZSQL_Results

to see what is and isn't possible.

Charlie



More information about the Zope-DB mailing list