Error Messages/40874
< Error Messages
Revision as of 02:02, 6 February 2010 by AManandhar (talk | contribs) (Created page with '= Error Message Examples = Syntax error at line 1 while checking: Makechangesintable HugeTable Table 2(417) ^ expecting "(". Syntax erro…')
Error Message Examples
Syntax error at line 1 while checking:
Makechangesintable HugeTable Table 2(417)
^
expecting "(".
Syntax error at line 1 while checking:
Makechangesintable HugeTable Table(IndexI 2(417)
^
expecting ")".
Cause
On your call to MakeChangesInTable:
- You could have forgotten to specify the index of the Table being changed.
- You may have missed a closing parenthesis.
Remedies
If you have not specified the index of the Table being changed, specify the indexes following the second parameter, table type, between parenthesis.
Example: ... Table(IndexA) ...
Add the missing parenthesis, if you are missing one.
Comments
<comments />
Enable comment auto-refresher