Python - pyodbc setup for MSSQL

preview_player
Показать описание
This guide helps you setup pyodbc with mssql capabilities on centos. By default you dont have such options to talk against this kind of database. Check out my guide as it demonstrates a functional setup.

Рекомендации по теме
Комментарии
Автор

is it possible without root access to the linux machine? This is great if you are the administrator, but how often is that the case? I'm not able to yum install to that directory.

This is my current error: pyodbc.InterfaceError: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found and no default driver specified (0) (SQLDriverConnect)') Is there no way to install dependencies onto my local profile and point the connection to the driver in my profile?

Samclarkp