Skip to content

Could not find stored procedure #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 4 comments
Open

Could not find stored procedure #110

GoogleCodeExporter opened this issue Mar 18, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant