News

Hi, I'm new to Python and GitHub as well, then I'm actually posting a question. I'm using Python 3.6 64-bit and I want to connect to an Access database (.accdb).
#Importamos la librería pyodbc con las siguientes líneas de código: import pyodbc #Creamos una variable llamada “conexion” para conectar el Python con el driver de Microsoft Access a través del ...
I'm trying to access an sql server via DSN in python. I have downloaded the module pyodbc to help me do this. It works fine if I don't use odbc or if I use the code: connection = pyodbc.connect ...