Subject | Re: [firebird-support] Why can't CHAR and VARCHAR store binary data (ASCII 0)? |
---|---|
Author | David Garamond |
Post date | 2003-11-26T13:07:01Z |
Ivan Prenosil wrote:
--
dave
>>From: "David Garamond"Ah, I sort of knew Firebird won't disappoint me :) Thanks!
>>Why can't CHAR and VARCHAR store binary data (ASCII 0)?
>
> Why do you think you can't ?
> Have you tried OCTETS character set ? (Or its synonym BINARY, if you prefer)
> i.e.
> CHAR(10) CHARACTER SET BINARY NOT NULL
--
dave