Community

Performing CRUD operations with a Python SQL Library for SQL Server

(Ben Richardson) This article covers how to connect a Python application to Microsoft SQL Server using a 3rd party Python SQL library. The library that we are going to use is called “pyodbc”, which is freely available.