Top "Pypyodbc" questions

pypyodbc is a pure Python ODBC interface module.

Output pyodbc cursor results as python dictionary

How do I serialize pyodbc cursor output (from .fetchone, .fetchmany or .fetchall) as a Python dictionary? I'm using bottlepy and …

python dictionary cursor pyodbc pypyodbc
Connecting to SQL Server with pypyodbc

I need to send unicode to SQL Server with Python 2.7. I failed with pymssql. I'm now trying to get pypyodbc …

sql-server python-2.7 pyodbc pypyodbc
How do I import an .accdb file into Python and use the data?

I am trying to figure out a way to create a program that allows me to find the best combination …

python database ms-access ms-access-2013 pypyodbc
Pypyodbc: Can't open lib 'FreeTDS' : file not found") error when trying to connect to SQL server

I'm trying to connect to a SQL Server using Pypyodbc on Mac and I'm getting the following error: pypyodbc.DatabaseError: (…

python sql-server macos freetds pypyodbc
Connection string to SQL server with Python pypyodbc

I'm using this connection string but something is wrong. conn = pyodbc.connect (DRIVER={SQL Server};SERVER=localhost;DATABASE=test;UID=…

python sql-server database-connection pypyodbc
does pyodbc have any design advantages over pypyodbc?

I know pyodbc is an older project and probably more featureful and robust, but is there anything about its design (…

python odbc etl pyodbc pypyodbc
Python / pypyODBC: Row Insert Using String and NULLs

I am pretty new to Python and have not really interacted with SQL Server and XML Parsing until this current …

python sql-server xml pypyodbc
Python MS Access Database Table Creation From Pandas Dataframe Using SQLAlchemy

I'm trying to create an MS Access database from Python and was wondering if it's possible to create a table …

python ms-access sqlalchemy pyodbc pypyodbc
('HY000', 'The SQL contains 21 parameter markers, but 1 parameters were supplied')

I'm trying to read a csv file and upload in SQL. Here is the code. I'm getting this error "pypyodbc.…

python sql-server python-3.x csv pypyodbc
"Optional feature not implemented (106) (SQLBindParameter)" error with pyodbc

I'm being driven nuts trying to figure this one out. I'm using Python for the first time, and trying to …

python ms-access-2010 pyodbc pypyodbc