Python/MySQL Where do "SELECT ..." results go?

Warren Postma embed at geocities.com
Tue Mar 7 10:35:18 EST 2000


> >>>curs.execute("Select * from test;")


Try dir(curs) and see if there are next, prev, first, last, etc methods.
Always a good idea with an object to ask it "what can you do for me"...
dir(obj) is how you ask.

Warren





More information about the Python-list mailing list