Difference between revisions of "Error Messages/40317"

(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 …')
 
Line 9: Line 9:
 
The data type qualifier for a [[User-Defined Functions|UDF]] is specified twice.
 
The data type qualifier for a [[User-Defined Functions|UDF]] is specified twice.
  
Please go to the following link for more information on [[Function_Parameter_Qualifiers#Parameter_qualifiers|function parameter qualifiers.]]
+
Please go to the following link for more information on [[Function_Parameter_Qualifiers#Data_Type_Qualifiers|data type parameter qualifiers.]]
  
 
= Remedies  =
 
= Remedies  =

Revision as of 20:13, 27 January 2010

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.



You are not allowed to post comments.

Comments
<comments />