Error Messages/40317

Revision as of 00:19, 25 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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...