Subject | RE: [firebird-support] Re: usable characters for varchar and memos |
---|---|
Author | Sasha Matijasic |
Post date | 2008-01-30T18:38:57Z |
>Hi,
> 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.
>
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