Subject | Re: [Firebird-Architect] Re: The Wolf on Firebird 3 |
---|---|
Author | Ann W. Harrison |
Post date | 2005-11-04T19:06:22Z |
>>Steve Summers escreveu:Jim Starkey wrote:
>>
>>> I personally don't really understand the difference
>>> between "octets" and "none".
>>>
>>>
> Adriano dos Santos Fernandes wrote:
>>
>> The only difference is (or should be) that the pad character of
>> NONE is space (0x20) and of OCTETS is 0x00.
>>
>>
> We have a field sub-type to indicate that a field declared as characterThe subtype isn't used that way any more. A binary byte stream is
> is, in fact, octets. Why do we have "charset none"?
>
described as a char [n] or varchar [n] of character set OCTET.
Charset none is what you get when you declare a char [n] or varchar [n]
without specifying a characters set either on the field, the domain
or as the default for the database.
Regards,
Ann