You are here:-Tag: ODBC

How to configure Oracle ODBC driver on CentOS/Redhat | MVSourceCode

In this tutorial I will be configuring Oracle ODBC driver on CentOS/Redhat server and go true typical issues you might face and also explain how you can fix it. I have Oracle database 11g running on the same Redhat server, if your database is running on a different server then you need to download

By |2019-03-07T08:20:30+00:00March 7th, 2019|Categories: Linux|Tags: , , |0 Comments

Python – How to connect to Microsoft Database using ODBC driver (pycharm)

Before creating python connection to SQL database from windows computer we need to ensure we have correct driver installed. The quickest ways to do this is by opening ODBC Data Source Administrator and selecting Drivers tab as per screenshot below. In my case I will be connecting to SQL server 2017 therefore I

By |2019-02-05T13:45:04+00:00February 5th, 2019|Categories: Python|Tags: , , , |0 Comments