Callable Statement + SQL Server 2000
I am using the Microsoft SQl Server 2000 JDBC driver and a CallableStatement (Java). The call is to a (SELECT action) stored procedure which works fine in Query Manager with the same login params. I am getting a "Could not find stored procedure" error? I am using the fully qualified procedure name. I have looked on TechNet for this type problem but to no avail.
Thanks
Greg

