Description:
Discussion of pyodbc, the Python ODBC bridge.
|
|
|
Version 3.0.3 is even more official
|
| |
Version 3.0.2 would not build with the latest gcc compiler (4.6.2). I've made a minor change for it and tagged in 3.0.3, but I have not bothered to rebuild any of the Windows binaries as they should be unaffected. (The only change was removing an old, deprecated function Row_slice.)
|
|
Issue regarding execution of \COPY command of postgresql using pyodbc
|
| |
Getting error when executing the following query using pyodbc: *Query:-* \COPY Table1(col1char) FROM '/home/sachin/final+joins/inpu t/Table1.txt' DELIMITER AS '|' CSV HEADER *Error:-* pyodbc.Error: ('HY000', '[HY000] ERROR: syntax error at or near "\\" at character 1;\nError while executing the query (7)... more »
|
|
pyodbc >2.1.7 & python 32 bit issues
|
| |
Sorry to ask about such an ancient release, but I am being unable to
get any pyodbc release newer than 2.1.7 to work for me on MAC OS X
10.8.3. My gut feeling on the matter is that it is due to having to
run python in 32 bit mode for compatibility with the ODBC driver I
have to use (4th dimension), but I would like a second opinion. The... more »
|
|
pyodbc + MS Native Driver with multiple connections
|
| |
pyodbc is awesome but I think I found a flaw in it's use with MS Native Driver. pyodbc 3.0.6 MS native driver 11 Centos 6.2 pyodbc and the native driver work fine on a single connection but if you create two connections (.connect) you'll get "[SQL Server Native Client 11.0]Connection is busy with results for another command" on any command... more »
|
|
Official builds for Winx86/Py3k
|
| |
We are looking to simplify our Python systems by moving everything onto Py3k and dropping Py27 off our application systems. We're currently using pyODBC 3.0.6 and can't downgrade to 3.0.2 where a Py3K build is available as we use cursor.commit() and rollback() quite heavily. Do you have any current plans to build for Py3k on Windows platforms or... more »
|
|
Qdbc on 64 bit windows comptibility issues
|
| |
I am currently switching accounting packages from Msft Dynamics(MSSQL) to Quickbooks Enterprise. I have lots of custom python code linking my accounting package and website and I am trying to convert that. I have run into a big problem. My desktop is Windows 7 64 bit and I have everything installed 64 bit on it.... more »
|
|
Stuck again with charset from freetds.
|
| |
Hi. I expirience Issue#222 again [link] tsql and isql return proper results (i.e. unicode data as utf-8 according to locale) thus i believe that freetds works. pyodbc replaces non-ascii characters with '?' python: 2.6.5 (r265:79063, Oct 1 2012, 22:04:36) [GCC 4.4.3]... more »
|
|
|