Database driver
ODBC :A standard application programming interface (API) for accessing data in both relational and non-relational database management systems. ...
From : www.learningservices.gcal.ac.uk/it/staff/definitions.html
JDBC :JDBC or Java Database Connectivity is a standard for database-independent connectivity between the Java platform and a wide range of databases. The JDBC interface provides a call-level API for SQL-based database access.
From : www.soaprpc.com/glossary.html
pyodbc
pyodbc is a Python module that allows you to access ODBC databases. It implements the Python Database API Specification v2.0.
Some notable features include:
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.
visit
pyodbc
pyodbc was visited : 116 times
Loading .....