Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
pyodbc
Conversations
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
pyodbc
Contact owners and managers
1–30 of 383
Welcome to the discussion group for the
pyodbc
Python/ODBC bridge project. Be sure to read the
wiki
too.
Mark all as read
Report group
0 selected
Michael Kleehammer
8/16/21
Group is archived
Hi everyone, This group is rarely used anymore, so I am archiving it for now. Please use the Github
unread,
Group is archived
Hi everyone, This group is rarely used anymore, so I am archiving it for now. Please use the Github
8/16/21
Jannis Syntychakis
, …
yangl...@gmail.com
7
7/14/20
problems with getting data into database
Do you know who would executemany() would work?
unread,
problems with getting data into database
Do you know who would executemany() would work?
7/14/20
cliv...@gmail.com
3/25/20
Connection error - Microsoft Analysis Server (SSAS)
Greetings, I ran print(pyodbc.drivers()) It returns: ['SQL Server', 'SQL Server Native
unread,
Connection error - Microsoft Analysis Server (SSAS)
Greetings, I ran print(pyodbc.drivers()) It returns: ['SQL Server', 'SQL Server Native
3/25/20
Pradeep Kumar
1/14/20
Error: ('HY000', 'The driver did not supply an error!')
Hi , I'm using below script to install pyodbc and other drivers %sh curl https://packages.
unread,
Error: ('HY000', 'The driver did not supply an error!')
Hi , I'm using below script to install pyodbc and other drivers %sh curl https://packages.
1/14/20
Lev Zlotin
12/17/18
Adding of a row with Default fields
Hi, I have a query adding few( many) rows simultaneously using the cursor.execute( string, list)
unread,
Adding of a row with Default fields
Hi, I have a query adding few( many) rows simultaneously using the cursor.execute( string, list)
12/17/18
kshtz....@gmail.com
9/22/18
insert object in database using pyodbc
I tried the following but it didn't work: import pyodbc import pickle server = 'localhost
unread,
insert object in database using pyodbc
I tried the following but it didn't work: import pyodbc import pickle server = 'localhost
9/22/18
Krishna Sundar
2
6/6/18
can't see table created by pyodbc in ms access
Yes, I got the solution from stackoverflow. 'commit' is an object method. So, my commit call
unread,
can't see table created by pyodbc in ms access
Yes, I got the solution from stackoverflow. 'commit' is an object method. So, my commit call
6/6/18
Light O'Matic
,
dwie...@gmail.com
2
5/30/18
Delay when Exiting Process after using pyodbc (Windows Server 2008R2, pyodbc 4.0.22)
You have probably solved your problem by now, but if you haven't you might try adding db = None
unread,
Delay when Exiting Process after using pyodbc (Windows Server 2008R2, pyodbc 4.0.22)
You have probably solved your problem by now, but if you haven't you might try adding db = None
5/30/18
cory....@gmail.com
,
steven...@gmail.com
3
4/13/18
Conversion Errors on Parameters but only on Linux
I solved my issue by reading this: https://github.com/mkleehammer/pyodbc/wiki/Unicode So for the
unread,
Conversion Errors on Parameters but only on Linux
I solved my issue by reading this: https://github.com/mkleehammer/pyodbc/wiki/Unicode So for the
4/13/18
leoj...@gmail.com
1/5/18
issues fetching data from Netezza using Pyodbc
Hello friends, I'm trying to fetch all view definitions defined in a Netezza database using
unread,
issues fetching data from Netezza using Pyodbc
Hello friends, I'm trying to fetch all view definitions defined in a Netezza database using
1/5/18
piotr.f...@starburstdata.com
,
piotr.f...@gmail.com
2
12/15/17
buffer overrun when getting error message
Hi again, I took time to read pyodbc code and odbc & python API reference and it seems that:
unread,
buffer overrun when getting error message
Hi again, I took time to read pyodbc code and odbc & python API reference and it seems that:
12/15/17
Steve Cookson
11/13/17
ODBC locking through FreeTDS and the 'Threading = ?' Parameter
Hi Guys, I have a python script running under Kubuntu accessing a SQL Server DB running on a Windows
unread,
ODBC locking through FreeTDS and the 'Threading = ?' Parameter
Hi Guys, I have a python script running under Kubuntu accessing a SQL Server DB running on a Windows
11/13/17
carl....@gmail.com
, …
vanill...@gmail.com
4
10/2/17
Connecting to MSSQL
I'm trying to find the solution to this as well...
unread,
Connecting to MSSQL
I'm trying to find the solution to this as well...
10/2/17
tod davis
9/6/17
int to bigint conversion on insert
Hey all ! Using pyodbc to insert into a Kudu table using impala sql. Given this table: CREATE TABLE
unread,
int to bigint conversion on insert
Hey all ! Using pyodbc to insert into a Kudu table using impala sql. Given this table: CREATE TABLE
9/6/17
shiva raj
9/4/17
Updating inserting data into oracle sales cloud using pyodbc library
Somebody please help me to connect to oracle sales cloud using python, as i am new to oracle sales
unread,
Updating inserting data into oracle sales cloud using pyodbc library
Somebody please help me to connect to oracle sales cloud using python, as i am new to oracle sales
9/4/17
Arpan
7/25/17
How to send a table as a parameter in pyodbc SQL Server?
Hi I am using SQL Server 2016 as the DB and pyodbc with Python 2.7. I need to send a table as a
unread,
How to send a table as a parameter in pyodbc SQL Server?
Hi I am using SQL Server 2016 as the DB and pyodbc with Python 2.7. I need to send a table as a
7/25/17
harald...@gmail.com
6/20/17
copy table from one ms access database to another
hi all. how can i copy a table from one ms access database to another. or just use "create table
unread,
copy table from one ms access database to another
hi all. how can i copy a table from one ms access database to another. or just use "create table
6/20/17
dumischbaenger
5/4/17
Problems with column names using pyodbc and informix
Hello, I'm using pyodbc to connect to our Informix DBMS. I can connect but have troubles using
unread,
Problems with column names using pyodbc and informix
Hello, I'm using pyodbc to connect to our Informix DBMS. I can connect but have troubles using
5/4/17
maurice
, …
pablo.ri...@gmail.com
5
4/2/17
Interfacing MS Access is too slow
Hello Maurice: It did work! I installed he drivers, and connected to database being able to fetch all
unread,
Interfacing MS Access is too slow
Hello Maurice: It did work! I installed he drivers, and connected to database being able to fetch all
4/2/17
akulava...@gmail.com
,
Big Stone
2
3/29/17
Table locking issur
you may precise your pyodcb version.
unread,
Table locking issur
you may precise your pyodcb version.
3/29/17
sylvest...@gmail.com
,
cdo...@gmail.com
2
2/28/17
Bulk insert fails, but no error thrown
Hi, I had exactly the same issue. I created a connection to SQL server using pyodbc, then using
unread,
Bulk insert fails, but no error thrown
Hi, I had exactly the same issue. I created a connection to SQL server using pyodbc, then using
2/28/17
Ivan Gomez
2/7/17
Using pyodbc with Progress Data Direct ODBC Drivers
Hello everyone, First of all thank you for making pyodbc so awesome :) I have licensed the Progress
unread,
Using pyodbc with Progress Data Direct ODBC Drivers
Hello everyone, First of all thank you for making pyodbc so awesome :) I have licensed the Progress
2/7/17
archu....@gmail.com
2/2/17
Error loading SQL_VARIANT data type using Python
Hello, I am using Python and MSSQL to query a database that I did not create. I have run into a
unread,
Error loading SQL_VARIANT data type using Python
Hello, I am using Python and MSSQL to query a database that I did not create. I have run into a
2/2/17
archu....@gmail.com
2/2/17
Using Sql Variant Datatype in Python connecting MSSQL through PyOdbc
Hello, I am using python 2.7. I am connecting MSSQL server using PyOdbc. I had used SQL Variant
unread,
Using Sql Variant Datatype in Python connecting MSSQL through PyOdbc
Hello, I am using python 2.7. I am connecting MSSQL server using PyOdbc. I had used SQL Variant
2/2/17
Randy Syring
1/25/17
Proposal to discontinue pymssql in favor of pyodbc
There is a proposal open to discontinue pymssql development and point people towards pyodbc: https://
unread,
Proposal to discontinue pymssql in favor of pyodbc
There is a proposal open to discontinue pymssql development and point people towards pyodbc: https://
1/25/17
shruti.k...@gmail.com
,
Michael Kleehammer
3
1/19/17
Memory leak in pyodbc.connect: version: 3.0.7
Also, it would be best to open an GitHub issue for things like this to get them noticed sooner.
unread,
Memory leak in pyodbc.connect: version: 3.0.7
Also, it would be best to open an GitHub issue for things like this to get them noticed sooner.
1/19/17
lxs...@gmail.com
,
Michael Kleehammer
2
1/19/17
Question: SQL_Autocommit_off is not implemented
That is an error from your driver, not from pyodbc. Apparently your driver (and most likely database)
unread,
Question: SQL_Autocommit_off is not implemented
That is an error from your driver, not from pyodbc. Apparently your driver (and most likely database)
1/19/17
ldo...@gmail.com
, …
Michael Kleehammer
3
1/19/17
Invalid ASCII character in cursor.execute
Please try version 4.0.2 which has configurable encodings. See the updated Wiki and/or docs for more
unread,
Invalid ASCII character in cursor.execute
Please try version 4.0.2 which has configurable encodings. See the updated Wiki and/or docs for more
1/19/17
grec...@gmail.com
,
Michael Kleehammer
2
1/19/17
pyodbc.Error
If you are trying to use SQL Server's integrated authentication, use this: DRIVER={SQL Server};
unread,
pyodbc.Error
If you are trying to use SQL Server's integrated authentication, use this: DRIVER={SQL Server};
1/19/17
Michael Kleehammer
2
12/9/16
Beta 4.0 with all new Unicode / Text Handling
Documentation is in the /docs directory - I can't publish them yet without replacing the 3.x line
unread,
Beta 4.0 with all new Unicode / Text Handling
Documentation is in the /docs directory - I can't publish them yet without replacing the 3.x line
12/9/16