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