tweaking ADO RecordSet tuple?

fluxent at yahoo.com fluxent at yahoo.com
Wed Feb 14 13:30:03 EST 2001


context/architecture: Python, ASP, MsSQL. Sending query to MsSQL, 
getting back RecordSet, outputting HTML table.

Am I correct in understanding that to work with a RecordSet in 
a "normal" (to me) manner, I need to:
- transpose it, since GetRows returns columns, not rows
- convert from unicode and dateobjects to useful stuff

Is there some code sitting someplace that people are usually using 
for this purpose? Or are so few people using ADO that it hasn't 
bubbled up?






More information about the Python-list mailing list