Hi there,

I try to get the description of MySQL table like this:
querystr = "explain tblProducts_wt"
session = tinterfaces.ISession(ProductsWtFolder())
result = session.execute(querystr)

results rowcount is 19 (which is correct)
>>> result.rowcount
19L

however I can not get the data
>>> result.fetchall()
[]

can somebody please tell me how to get the data.

thanks a lot for your time
robert


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to