Error Messages/40317


Error message examples

 Error encountered in the parameter declaration for Function CovertToText while checking:
 (X: text coerce text)
 The data type for the parameter is specified twice.

Cause

The data type qualifier for a UDF is specified twice.

Please go to the following link for more information on data type parameter qualifiers.

Remedies

Remove the duplicate data type qualifier.

See Also

Comments
Loading comments...