Database Error Messages

PCC-02327

struct or struct pointer required

Cause

A scalar host variable was used in a context where a structure (or its pointer) is required.


Action

Make the host variable a structure or add more scalar host variables to satisfy the SQL syntax requirements.