This post originated from an RSS feed registered with Python Buzz
by Hans Nowak.
Original Post: ADO programming with Python
Feed Title: Efectos Especiales
Feed URL: http://www.zephyrfalcon.org/weblog2/rss.xml
Feed Description: Ramblings, rants, musings, ideas and observations. Topics include (but are not limited to): programming (especially Python), books, games (especially CCGs and board games), astrology, design, writing, painting, etc.
Here's a good tutorial about ADO programming with Python. Such documentation is especially useful because COM objects in Python have few introspective features, so you cannot simply do a dir(recordset) to find out which methods an ADODB.RecordSet has, etc. ... [46 words]