Error Messages/40874

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 />