ADODBAPI (original) (raw)
![]() |
---|
A Python module that makes it easy to use Microsoft ADO for connecting with databases and other data sources.
Features:
- 100% DB-API 2.0 compliant.
- Includes pyunit testcases and examples describing how to use the module.
- Fully implemented in Python.
- Licensed under the LGPL license, which means that it can be used freely even in commercial programs subject to certain restrictions.
- Tested using Microsoft SQL server, MySQL and Access (Jet) tables. Works with many others including AS/400.
Project page:
- Brief Documentation: <quick%5Freference.pdf>
- Read more here.
- Guilty Party (a.k.a. new project leader): Vernon Cole
Prerequisites:
- Python 2.5 or higher.
- Mark Hammond's pywin32 python for windows extensions. (Since pywin32 release 211, adodbapi is included, so you do not need to download it separately unless you want patches or are using IronPython.)
- OR: IronPythonversion 2.6 or later.
Download:
The latest release may be found here .
Mailing Lists:
The old adodbapi mailing lists are dead.
If you want to discuss or participate in developing adodbapi, subscribe to thepywin32 mailing list.
Thanks:
Original Author Henrik Ekelund.
Contribute:
Please send bug reports (preferably failing test cases), improvements and comments to the developers mailing list.
Links:
Information about connectionstrings can be found here.
The Python database SIG and related mailing list ishere.
eGenixprovides a high preformance commercial alternative if you want to use ODBC rather than ADO/OLE-DB.
Other database interfaces can be found here.