| Issue 72: | TestResult on MSSQL connection. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi people,
I'm trying to use pyodbc on linux (Ubuntu 9.04) but I have a lot of problems.
I'm using pyodbc from Windows for a lot of time and I did never have very
issue.
Now, on linux, I get error on executing simple query and the response is:
"""
res = cur.fetchall()
pyodbc.ProgrammingError: No results. Previous SQL was not a query.
"""
So I did try the test on MSSQL connection and I did obtain the content of
the attachment: a lot of error!
Have I some problem in my system or there is some problem in pyodbc linux
vesion.
Best regards.
Oct 22, 2009
Project Member
#1
mkleehammer
Status:
Investigating
Dec 31, 2009
Can you create a very small test for this with a single query? The SQL Server unit tests are really designed for the SQL Server ODBC drivers. There are a lot of features not handled by FreeTDS. Perhaps we should setup a FreeTDS set of tests. Thanks.
Sep 6, 2010
Closing due to inactivity.
Status:
Invalid
Nov 21, 2010
(No comment was entered for this change.)
Status:
NoFix
|