Convert BOOLEAN values to characters

The database server can automatically convert BOOLEAN values between database columns and host variables of the fixchar date type.

The following list shows the character representations for the BOOLEAN values.

'\01'
'T'
'\00'
'F'