Subject RE: [firebird-support] Re: usable characters for varchar and memos
Author Sasha Matijasic
>
> Dunno. IIRC OCTETS uses #0 as the padding character, which would mean
> that a #0 in the middle of the string is not going to make you happy.
>

Hi,
if you define column as character set octets then #0 is perfectly acceptable. For example, I use char(16) character set octets for storing uuids, and it works just fine.

Sasha