Python/MySQL Where do "SELECT ..." results go?
Warren Postma
embed at geocities.com
Tue Mar 7 10:35:18 EST 2000
More information about the Python-list mailing list
Tue Mar 7 10:35:18 EST 2000
- Previous message (by thread): Python/MySQL Where do "SELECT ..." results go?
- Next message (by thread): Python/MySQL Where do "SELECT ..." results go?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> >>>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
- Previous message (by thread): Python/MySQL Where do "SELECT ..." results go?
- Next message (by thread): Python/MySQL Where do "SELECT ..." results go?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list