Error Messages/40317
< Error Messages
Revision as of 19:46, 27 January 2010 by AManandhar (talk | contribs) (Created page with '= 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 …')
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 function parameter qualifiers.
Remedies
Remove the duplicate data type qualifier.
Comments
<comments />
Enable comment auto-refresher