You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Compile pyodbc
2. cnxn = pyodbc.connect('DRIVER={FreeTDS};SERVER=%s;DATABASE=DB;UID=%s;PWD=%s'
3. cursor.execute('EXEC STORED_PROCEDURE_NAME')
What is the expected output? What do you see instead?
Resultset of Stored Procedure
I get an error
[42000] [FreeTDS][SQL Server]Could not find stored procedure 'e'. (2812)
(SQLExecDirectW)
although the STORED PROCEDURE is not name 'e'
What version of the product are you using? On what operating system?
Ubuntu Lucid
Django 1.2.1
pyodbc 2.1.7
Please provide any additional information below.
Original issue reported on code.google.com by min...@gmail.com on 20 Jul 2010 at 5:21
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
min...@gmail.com
on 20 Jul 2010 at 5:21The text was updated successfully, but these errors were encountered: