Error Messages/40875
< Error Messages
Revision as of 17:09, 8 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Expected the name of a table index. = Cause = On your call to MakeChangesInTable, you did not specify the indexes of the Table being modified. …')
Error Message Examples
Expected the name of a table index.
Cause
On your call to MakeChangesInTable, you did not specify the indexes of the Table being modified.
The following call would trigger this error:
MakeChangesInTable HugeTable Table() 2(1);
Remedies
Specify the indexes of the table being incrementally modified using MakeChangesInTable.
Comments
<comments />
Enable comment auto-refresher