tweaking ADO RecordSet tuple?
fluxent at yahoo.com
fluxent at yahoo.com
Wed Feb 14 13:30:03 EST 2001
More information about the Python-list mailing list
Wed Feb 14 13:30:03 EST 2001
- Previous message (by thread): pth information
- Next message (by thread): tweaking ADO RecordSet tuple?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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?
- Previous message (by thread): pth information
- Next message (by thread): tweaking ADO RecordSet tuple?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list