What is ODBC in python?

Discussion RoomCategory: ProgrammingWhat is ODBC in python?
Ashly asked 5 years ago

ODBC stands for Open Database Connectivity.ODBC API standard allows the connections with any database that supports the interface such as the PostgreSQL database or Microsoft access in a transparent manner
Three types of ODBC modules for python:

PythonWin ODBC module :limited development
mxODBC : a commercial product
pyodbc :This is open source python package

Scroll to Top