Top "Pyodbc" questions

pyodbc is a module that allows you to use Python to make a database connection using ODBC

MSSQL2008 - Pyodbc - Previous SQL was not a query

I can't figure out what's wrong with the following code, The syntax IS ok (checked with SQL Management Studio), i …

python windows sql-server-2008 pyodbc
Common ways to connect to odbc from python on windows?

What library should I use to connect to odbc from python on windows? Is there a good alternative for pywin32 …

python windows odbc pywin32 pyodbc
Pyodbc: Login Timeout Error

I am trying to connect to MS SQL Server using pyodbc from a remote machine running Ubuntu 16.04. import pyodbc conn = …

sql-server python-3.x ubuntu-16.04 pyodbc
Follow up: Execute .sql files from python

Over a year ago someone asked this question: Execute .sql files that are used to run in SQL Management Studio …

python sql sql-server pyodbc python-db-api
Binding list to params in Pandas read_sql_query with other params

I've been trying to test various methods for making my code to run. To begin with, I have this list: …

python pandas pyodbc
BULK INSERT error code 3: The system cannot find the path specified

I am trying to bulk insert a local file into a remote MS_SQL database using pyodbc. I am able …

python sql-server bulkinsert pyodbc
SQL Update statement but using pyodbc

I am using a pyodbc driver to connect to a microsoft access table using SQL. Does anyone know how I …

python sql pyqt pyqt4 pyodbc
Connecting to ODBC using pyODBC

I've read all the faq pages from the python odbc library as well as other examples and managed to connect …

python ms-access odbc pyodbc dsn
How to check version of python package if no __version__ variable is set

I am using pyodbc and I want to know the version of it that I am using. Apparently I cannot …

python pip pyodbc
pyodbc and python 3.4 on Windows

pyodbc is a very nice thing, but the Windows installers only work with their very specific python version. With the …

python pyodbc