Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 291  Older »
Description: Discussion of pyodbc, the Python ODBC bridge.

 

flag 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.)
By Michael Kleehammer  - Dec 28 2011 - 1 new of 1 message    

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 »
By dream...@gmail.com  - May 16 - 1 new of 1 message    

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 »
By israel  - May 8 - 1 new of 1 message    

Fields larger than 300kB give me problems if I use 2.1.6 and I can't install other versions 
  hello, until now I was a very happy user of pyODBC, using winXP, Python 2.6, pyODBC 2.1.6. to connect to several kinds of SQL databases. But now I've fields of 300kB and more and I get an error inserting these large fields, and 2.1.6 can't handle fields larger than So I decided to update pyODBC, but without luke:... more »
By Stef Mientki  - May 6 - 2 new of 2 messages    

Connection only works with 32bit interpreter not with 64bit 
  Dear all, I'm a bit confused here... I want to connect to an existing *.accdb file and it doesn't work when I use a 64bit interpreter. I installed pyodbc from the binaries here: [link] where I used the 64bit version for Python 2.7. yolk tells me that is is installed and active and... more »
By Thomas Becker  - Apr 3 - 1 new of 1 message    

problem in pyodbc - <type 'exceptions.ImportError'>: DLL load failed 
  Hi, I have installed pyodbc on my laptop(link shown below) pyodbc-3.0.6.win32-py2.6.exe<[link]> However, "import pyodbc" is not working. When I type pyodbc under help(), I get error. *help> pyodbc* *problem in pyodbc - <type 'exceptions.ImportError'>: DLL load failed: The... more »
By priyanka.khaman...@gmail.com  - Mar 20 - 2 new of 2 messages    

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 »
By jwve...@gmail.com  - Feb 12 - 1 new of 1 message    

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 »
By mtp.brind...@gmail.com  - Jan 3 - 2 new of 2 messages    

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 »
By sc...@wholesaleimport.com  - Dec 15 2012 - 1 new of 1 message    

String encoding not working right with freetds and unixodbc. What excoding in pyodbc expecting from odbc? 
  Hi, I am struggling to get strings out of a TEXT field in SQL Server 2008 R2. When I try: c.execute("select id, name from recipe where id = 4140567") row = c.fetchone() if row: print row the output is: (Decimal('4140567'), u'\U0072006f\U006e0061\U006500 67')... more »
By Matthew Denson  - Dec 11 2012 - 1 new of 1 message    

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 »
By qwigly...@gmail.com  - Dec 10 2012 - 3 new of 3 messages    

1 - 10 of 291   « Newer | Older »

XML       Send email to this group: pyodbc@googlegroups.com