Top "Pyodbc" questions

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

PyODBC : can't open the driver even if it exists

I'm new to the linux world and I want to query a Microsoft SQL Server from Python. I used it …

python sql-server linux pyodbc unixodbc
Execute SQL file with multiple statements separated by ";" using pyodbc

I am currently writing a script to run multiple SQL files using Python, a little background before you mention alternative …

python pyodbc netezza
Connecting to MS SQL Server using python on linux with 'Windows Credentials'

Is there any way to connect to an MS SQL Server database with python on linux using Windows Domain Credentials? …

python sql-server pyodbc freetds unixodbc
How to connect MS Access to Python using pyodbc

I'm having trouble connecting a database in access with pyodbc. I've seen other example codes that appear near identical to …

python ms-access pyodbc
PYODBC to Pandas - DataFrame not working - Shape of passed values is (x,y), indices imply (w,z)

I used pyodbc with python before but now I have installed it on a new machine ( win 8 64 bit, Python 2.7 64 bit, …

python windows-8 pandas 64-bit pyodbc
Inserting datetime into a MS SQL table using pyodbc

I'm trying to insert a datetime value into a MS SQL Server table using pyodbc. If I do it manually, …

python sql-server pyodbc mssql-jdbc
How can I pass configuration variable values into the pyodbc connect command?

I have a .ini (configuration file) where I have mentioned the server name, Database Name, UserName and Password with which …

python python-2.7 pyodbc pythoncard
pyodbc INSERT INTO from a list

I am trying to insert data into an Access mdb file using a list as the source for the values. …

pyodbc executemany
UnicodeDecodeError: 'utf-16-le'

I'm trying to pull a list of tables from an access database. The script goes through and displays about a …

python ms-access odbc pyodbc utf-16le
Connect docker python to SQL server with pyodbc

I'm trying to connect a pyodbc python script running in a docker container to login to a MSSQL database I …

docker dockerfile pyodbc