I have a simple stored procedure that accepts one integer parameter. The stored procedure works fine in query analyzer. The database is SQL server 2000. I use crystal all the time to retrieve data from tables and views, but when I try a stored procedure (through the same odbc connection) I get the following error.
ODBC Error: Syntax Error or Access violation
What is different in Crystal about running a stored procedure rather than a view? Or is this an odbc/sql server problem.
Any thoughts?
Thanks in Advance...
ODBC Error: Syntax Error or Access violation
What is different in Crystal about running a stored procedure rather than a view? Or is this an odbc/sql server problem.
Any thoughts?
Thanks in Advance...