Attempt to call database procedure with incorrect number of parameters should 
give a better error message
---------------------------------------------------------------------------------------------------------

                 Key: DERBY-1531
                 URL: http://issues.apache.org/jira/browse/DERBY-1531
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.1.3.1
         Environment: Mac OS 10.4.7
            Reporter: Donald F. McLean
            Priority: Minor


A call to a database procedure with the incorrect number of parameters yields 
the inaccurate error message:

ERROR 42Y03: 'SYSCS_UTIL.SYSCS_IMPORT_DATA' is not recognized as a function or 
procedure.

The error message that it should give is one that indicates that, in fact, the 
procedure call is valid but that the number of parameters is incorrect.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to