Subject | Re: [firebird-support] Highly variable text data |
---|---|
Author | Ann W. Harrison |
Post date | 2005-01-12T17:51:01Z |
> Ann H wrote:Helen Borrie wrote:
> A varchar will use its
> :: declared length plus two bytes in a network transfer (I
> :: think - there's been talk about changing that and I don't
> :: know the current status), but a blob is a whole separate call.
> InterBase, up to and including IB 6, stores varchars compressed but expandsNo, the problem was that I couldn't be bothered to look up the code either.
> them to full declared size +2 for transport across the wire. I seem to
> recall that Fb 1.0 does that too, not certain without looking it up. But
> Fb 1.5 sends the varchar as its actual (stored) length + 2 bytes. Could it
> be that it hasn't been fixed in Vulcan yet? <g>
Regards,
Ann