pypyodbc
pypyodbc copied to clipboard
A pure Python Cross Platform ODBC interface module
This seems to be a problem for both SQL_WVARCHAR & SQL_VARCHAR types. Any values larger than 1024 chars are truncated. ### Reproduction Steps 1. Execute a SQL query which will...
I'm getting wrong Japanese text (or maybe a wrong character set) when trying to connect to `northwind.mdb`. I created a Python script called `test_access.py`: # -*- coding: utf-8 -*- import...
The latest release on pypi is (at the time of writing) [1.3.3](https://pypi.python.org/pypi/pypyodbc/1.3.3) uploaded on 2014-05-25. At the time of writing the latest commit here on github is 73c98e1756d481bbd0f8c7796ab4e81dd9724235 for version...
`Successfully installed pypyodbc-1.3.4` Error: > state = err_list[0][0] > IndexError: list index out of range
I just added this to the array SQL_data_type_dict, and I was good to go to query DB2 xml data type using their ODBC driver. SQL_SS_XML : (unicode, lambda x: x,...
I found a problem with SQL query, I result the code below:: # -*- coding: utf-8 -*- import pypyodbc con_str = "DRIVER={FreeTDS}; SERVER=192.168.0.2; PORT=49223; DATABASE=dotProject2; UID=sa; PWD=111; TDS_Version=8.0; ClientCharset=UTF8; autocommit=False"...
If you pass pypyodbc a value of some type it doesn't know how to convert, the end result is an error message which doesn't give you much information about what...
Hi, I am very glad for pypyodbc and using pypyodbc for my day to day work. I work with 5-10GB data, will apply computations and then insert in MS Access...
This project has been hosted previously on the code grave code.google.com, and on [this python wiki page](https://wiki.python.org/moin/SQL%20Server) 3 tutorials from the old repo are linked: - [A Hello World script...
currenly only "Server" keyword is supported, but "Data Source" is not, although they mean the same thing.... `[Fri Dec 16 00:15:17.144880 2016] [wsgi:error] [pid 11572:tid 1056] [client xx.xx.xx.xx:xx] DatabaseError: (u'08001',...