Array of characters mapping a boolean to Y/N.
Source position: db.pas line 40
const YesNoChars: array [Boolean] of AnsiChar = ('N', 'Y');