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

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:

  1. You could have forgotten to specify the index of the Table being changed.
  2. 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.



You are not allowed to post comments.

Comments
<comments />