Database Error Messages

PCC-02395

Using arrays of structs requires that the struct be named

Cause

An array of some unnamed struct was used as a host variable. When using arrays of structs, the struct requires a name or tag.


Action

Provide a name for the struct.