PCC-00121: Arrays of VARCHAR pointers are not supported

PCC-00121: Arrays of VARCHAR pointers are not supported

Cause: An array of pointers was declared, which is not allowed. However, pointers to scalar types are allowed. With Pro*C, declare pointers to char(n( and varchar(n( variables as pointers to CHAR or VARCHAR (with no length specification).

Action: Correct or remove the declaration.

No comments:

Post a Comment