Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   SQL Statements > EXECUTE PROCEDURE >

Causes of Errors

EXECUTE PROCEDURE returns an error under the following conditions:

If the procedure name is not unique within the database, you must specify enough parameter_type information to disambiguate the name. See Arguments for additional information about how to specify parameters when invoking a procedure. (In Dynamic Server, the specific name of an external UDR is valid in DDL statements, but is not valid in contexts where you invoke the procedure.)

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]