Mark Rees wrote, debugged, tested, and sent me a DB-API driver for ODBC and SQL server, based on my generic_connect, and fixes needed to dbapi.py. Thanks!
Get them here: http://sparcs.kaist.ac.kr/~tinuviel/fepy/dbapi/ It seems that one needs to set Transaction attribute of DbCommand explicitly after doing CreateCommand on DbConnection. However, all open source ADO.NET connectors I tested (MySQL, PostgreSQL, SQLite) didn't need this step as they defaulted to the "current" transaction of the connection the command was created from. But ones in MS.NET do. -- Seo Sanghyeon _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
