Thursday, June 07, 2018

Connecting to SQL Server 2016 using Python

pyodbc is an open source Python module that simplifies accessing ODBC databases. It implements the DB API 2.0 specs and has been filled with Python related items.

Connecting to SQL Server (SQL Server 2016 Sp2) is easy as long as you get the needed items correctly.

Review the following link if you landed on this page:

Read here installing pyodbc on your Windows 10 computer:
http://hodentekhelp.blogspot.com/2018/06/how-do-you-install-pyodbc.html

Read here connecting to SQL Server using pyodbc
http://hodentekhelp.blogspot.com/2018/06/how-do-you-connect-to-sql-server-using.html

No comments:

DMCA.com Protection Status