2008/8/29 Vernon Cole <[EMAIL PROTECTED]>: > adodbapi is a fully dbapi 2.0 compliant package for accessing SQL data, > written in pure python. > It runs in either C python or Iron Python (Windows only - it depends on > COM). > All data is read and/or written using appropriate native python data types > such as datetime.datetime (for dates) and decimal.Decimal (for currency and > numeric). > You may change the type conversions if you wish. > Everything works -- commit/rollback, stored procedures, multiple dataset > return, etc, etc. > Tested with Jet (MS Access), MS SQL server, and mySQL engines. Probably > works with any other suitable ADO DB source. > It will be released (later) as part of both pywin32 and fepy.
This is fantastic. Thank you! -- Seo Sanghyeon _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
