Subject | Re: [firebird-support] Re: Database for images |
---|---|
Author | Ivan Prenosil |
Post date | 2007-05-09T17:39:27Z |
>> No, maximum is 32K-1.Yes.
>
> Oooops!
>
>
>> > Additionally, 64KB also fits into an *unsigned* short integer value.
>>
>> The same, maximum is 64K - 1.
>
> The range for a signed short is -32,768 to 32,767 -- this has 65,536
> values (== 64KB).
> So, an unsigned short can support a value of 64KB.No, you forgot to count zero value :)
Ivan