Subject | Re: [IB-Conversions] max size of varchar? |
---|---|
Author | Helen Borrie |
Post date | 2004-07-09T14:56:50Z |
At 01:01 PM 28/06/2004 +0000, you wrote:
single-byte international sets, it is 32,765 bytes. For multi-byte
character sets the maximum varchar sizes are fractions of that number.
Helen
>HiBLOB SUB_TYPE 1 (or BLOB SUB_TYPE TEXT)
>
>I am just in the process of converting my paradox based apps to
>firebird. I have a several 'memo' fields in the paradox table, but
>there doesnt seem to be an equivalent data type in Firebird.
>Do I use varchar?Why? the Paradox Memo type is a text BLOB.
>What is the max size of a varchar field?Depends on the character set. For character sets NONE, OCTETS, and
single-byte international sets, it is 32,765 bytes. For multi-byte
character sets the maximum varchar sizes are fractions of that number.
Helen