| ERROR | 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. |