pthalacker
Programmer
- Aug 30, 2004
- 150
I am converting SPT code to Stored Procedures and using an ODBC connection to call them.
The first stored procedure runs just fine in the Query Analyzer, but returns an error string 'Could not find stored procedure <proc name>' The error code is 37000 Syntax error or access violation.
Since the SP runs just fine in the Query Analyzer, I suspect some king of access problem. I can run "Select * from sysobjects" successfully using the same ODBC connection and calling protocol. I am logged in as 'sa' so I am truly confused as to what the problem might be.
Any suggestions?
pamela
The first stored procedure runs just fine in the Query Analyzer, but returns an error string 'Could not find stored procedure <proc name>' The error code is 37000 Syntax error or access violation.
Since the SP runs just fine in the Query Analyzer, I suspect some king of access problem. I can run "Select * from sysobjects" successfully using the same ODBC connection and calling protocol. I am logged in as 'sa' so I am truly confused as to what the problem might be.
Any suggestions?
pamela