pyodbc
python connecting to Oracle using pyodbc sometimes kills python interpreter
Periodically when using pyodbc to create a connection to an oracle database, it ki开发者_C百科lls the interpreter.[详细]
2023-02-28 10:24 分类:问答PyODBC on Snow Leopard - Install Error
Has anyone succesffuly installed PyODBC on snow leopard? I\'m getting the error below.(I also submitted a bug here too)Any ideas how to fix this and get it installed?[详细]
2023-02-22 23:50 分类:问答SQLAlchemy Misuse Causing Memory Leak?
My program is sucking up a meg every few seconds. I read that python doesn\'t see curors in garbage collection, so I have a feeling that I might be doing something wron开发者_运维技巧g with my use of[详细]
2023-02-22 18:25 分类:问答Python, Django and pyodbc: invalid characters
I am connecting to a MS SQL server database using pyodbc. The error im getting is the following invalid byte sequence for encoding \"UTF8\": 0x93[详细]
2023-02-18 02:42 分类:问答How to see the real SQL query in Python cursor.execute using pyodbc and MS-Access
I use the following code in Python (with pyodbc for a MS-Access base). cursor.execute(\"select a from tbl where b=? and c=?\",开发者_Go百科 (x, y))[详细]
2023-02-16 15:56 分类:问答MySQL insert single variable with python
Im having problem with single value inserts. Using pyodbc LL= [] .... sqla = \'INSERT INTO d.table VALUES (?,?,?,?,?,?,?)\'[详细]
2023-02-14 07:12 分类:问答PYODBC corrupts utf8 data (reading from MYSQL information_schema DB)
EDIT: I completely reworked this question to reflect my better understanding of the problem The PYODBC+MYSQL command used to fetch all table names in my DB[详细]
2023-02-11 08:14 分类:问答pyodbc.Error when trying to open jet database
I\'m trying to read data stored in a ms access database that generated by a piece of software Hy Tek Meet Manager[详细]
2023-02-09 00:02 分类:问答SQL IN operator using pyodbc and SQL Server
I\'m using pyodbc to query to an SQL Server database import datetime import pyodbc conn = pyodbc.connect(\"Driver={SQL Server};Server=\'dbserver\',Database=\'db\',[详细]
2023-02-07 15:52 分类:问答Oracle instant client can't execute sql update
I can connect to a Oracle 10g release 2 server using instant client. Using pyodbc and cx_Oracle. Using either module, I can execute a select query without any problems, but wh开发者_如何学Pythonen I[详细]
2023-02-05 13:12 分类:问答