Background documentation-7506: Parameter type not supported Locate this document in the navigation structure

 

Explanation

In a CREATE DBPROC statement, you have specified a C++ method that contains at least one parameter that is not supported. For example, IN parameters with the signature int* are not supported.

User Response

Rewrite the C++ method so that it only contains parameters that are supported.