Closed GoogleCodeExporter closed 8 years ago
This was fixed in 3.0.5, which I don't have many installers for. I do have one
for 32-bit Windows Python 2.7, however, which it looks like you are using.
Thanks.
Original comment by mkleehammer
on 5 Mar 2012 at 11:55
Ah, cool! Thanks! I'll try it out.
Original comment by gol...@gmail.com
on 6 Mar 2012 at 12:15
Using 3.0.5 (pyodbc-3.0.5-py2.7-win32.egg), I still see the same issue. I call
a stored procedure that sends out results using print statements, but a call to
fetchal() or fetchone() fails. The nextset() function returns True if I call it
9 times, which corresponds to the number of lines of output, but I cannot get
to the output itself. Any thoughts?
Original comment by james.qu...@gmail.com
on 7 Jun 2012 at 8:29
Using the solution from
http://stackoverflow.com/questions/7753830/mssql2008-pyodbc-previous-sql-was-not
-a-query worked for me. Issue "SET NOCOUNT ON;" before your exec statement.
This should really be fixed by the library, but as a workaround it suffices.
Original comment by joshseg...@google.com
on 20 Dec 2013 at 2:59
Original issue reported on code.google.com by
gol...@gmail.com
on 5 Mar 2012 at 11:53