PYODBC Print Cursor Output Question

J

james simpson

I think there's a simple answer but displaying my ignorance here.
I'm
using Python 2.7.3 IDLW with pydoc 3x

I think I've connected to my SQL Server 2005 and my SQL is good.

How do I display the actual data returned from my fetch? Been
searching for several hours but no joy...

Thanks. Jamie

===============================================
row = cursor.fetchone()
if row:
print row

<pyodbc.Cursor object at 0x0167D678> I'd like to actually see SQL
output here?)
 
M

MRAB

I think there's a simple answer but displaying my ignorance here.
I'm
using Python 2.7.3 IDLW with pydoc 3x

I think I've connected to my SQL Server 2005 and my SQL is good.

How do I display the actual data returned from my fetch? Been
searching for several hours but no joy...

Thanks. Jamie

===============================================

row = cursor.fetchone()
if row:
print row

<pyodbc.Cursor object at 0x0167D678> I'd like to actually see SQL
output here?)
Try this:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top