pyodbc is a Python library that allows you to access ODBC databases. It implements the Python Database API Specification v2.0.
Product's homepage
Here are some key features of "pyodbc":
· The library is free for commercial and personal use.
· It conforms to the DB API standard.
· No 3rd party libraries are required. Only native Python datatypes are used, such as decimal and datetime.
· It requires Python 2.4 or higher, since the decimal type was added in 2.4. (We are open to suggestions regarding versions for earlier Python builds.)
· Additional features have been added to simplify database programming with Python.
Requirements:
· Python