How to store BOOL values

Postgres uses 1 byte to store Boolean, so BYTE type on Clarion side is good.

1 Like