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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.



You are not allowed to post comments.

Comments
<comments />