I am writing Python3 and we have a database(mssql). I have some strings and want to put these strings into db table. But I could not handle connecting to DB. Some people suggested using pyodbc but my python version is 3.4.4 and pyodbc is not supporting it. I am writing my codes in PyCharm IDE and I am not using anyother IDE such as Visual Studio, Eclipse, etc. DB is created and the table exists.
- Which programs or libraries do I need?
- Which lines that I should write to code (like
import pypmssql)
Language: Python3 version 3.4.4 IDE: PyCharm latest version DB: MSSQL