[ale] Pyhon syntax

John P. Healey jpheale at LearnLink.Emory.Edu
Tue Jan 25 16:13:05 EST 2005


actually, now that i'm looking at it, the cursor object itself is iterable, so
you could even just say:

for row in cursor:
	print row[0], row[1]

or even:

for column1, column2 in cursor:
	print column1, column2



5265762e204a6f686e6e79204865616c6579



More information about the Ale mailing list