Error Messages/41000
< Error Messages
Revision as of 19:31, 9 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = The User-Defined Function My_Function cannot be defined as a self-indexed table. UDFs cannot s…')
Error Message Examples
The User-Defined Function My_Function cannot be defined as a self-indexed table. UDFs cannot serve as indexes.
Cause
You have tried to define UDF as a self-indexed table which is not allowed. The following UDF definition would trigger this error.
Table(self)
Remedies
Please use an index or variable to define a self-indexed table.
Comments
<comments />
Enable comment auto-refresher