[DB-SIG] Again

james at digconn.co.uk james at digconn.co.uk
Wed Sep 10 09:20:17 EDT 2003


can someone please tell me what i'm mean't to do when i get this message:
<built-in method fetchall of cursor object at 0x015AF7A0>
My code leading up to this is:

db = psycopg.connect('host=localhost dbname=dataname user=postgres')
cursor=db.cursor()
cursor.execute('SELECT * FROM "RingInfo"')
cursor.fetchall

All i'm trying to do at the moment is see if i can see data in my postgresql database and i still don't know if the actual database and python code are interacting.

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/db-sig/attachments/20030910/f01440c1/attachment.htm


More information about the DB-SIG mailing list