Difference between revisions of "Error Messages/40317"
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 …') |
AManandhar (talk | contribs) (→Cause) |
||
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# | + | 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.
Comments
<comments />
Enable comment auto-refresher