question about pydb2
Up to DB2

I followed your example in "How to acess DB2 using Python", but got an error with "rows = curs.fetchall()" as below:
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
AttributeError: fetchall
Could you tell me what may caused the problem? It seems I can use fetch() but not fecthall().
I am using PyDB2-1.1.1-py2.5 on Windows XP.
Powered by
Ploneboard