ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> db-sig
db-sig
[DB-SIG] Python DB-API wrapper for ADO.NET for IronPython
by Sanghyeon Seo other posts by this author
Mar 23 2006 11:59AM messages near this date
[DB-SIG] [ANN] InformixDB-2.2 released | Re: [DB-SIG] Python DB-API wrapper for ADO.NET for IronPython
Hello,

I took a stub at writing Python DB-API (PEP 249) wrapper for ADO.NET
to be used with IronPython. Currently I am testing this with MySQL
Connector/Net and is trying to be compatible with MySQLdb module.

You can download MySQL Connector/Net from:
http://www.mysql.com/products/connector/net/

Unzip the download and copy MySql.Data.dll to the same directory as
your script. Other files are not needed.

Wrapper itself is here:
http://sparcs.kaist.ac.kr/~tinuviel/fepy/lib/dbapi.py

Currently implemented are connect() module level function, cursor()
and close() on connection class, and execute() and fetchall() on
cursor class. That's all.

I would appreciate your comments. Thanks!

Seo Sanghyeon
_______________________________________________
DB-SIG maillist  -  DB-SIG@[...].org
http://mail.python.org/mailman/listinfo/db-sig
Thread:
Sanghyeon Seo
Sanghyeon Seo

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved