2006/3/23, Sanghyeon Seo <[EMAIL PROTECTED]>:
> 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.
I now added connect() wrapper for pysqlite 1
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/
2006/3/23, Sanghyeon Seo <[EMAIL PROTECTED]>:
> 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.
I now added connect() wrapper compatible wit