Error Messages/40877

< Error Messages
Revision as of 00:43, 18 March 2016 by Bbecane (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Error message examples

Expected a number, indicating the position along index IndexA.

Cause

You did not pass the value indicating the position of the index being changed to MakeChangesInTable.

The following call would trigger this error:

MakeChangesInTable HugeTable Table(IndexA) (1);

Remedies

Specify the position of the index being modified using MakeChangesInTable.

Example of resolving the above call:

MakeChangesInTable HugeTable Table(IndexA) 2(1);

See Also

Comments


You are not allowed to post comments.