adds info about unicode compression of memo fields

This commit is contained in:
James Ahlborn 2013-06-30 21:16:57 -04:00
parent e49fd5ab2e
commit 314e6040c5

View File

@ -242,6 +242,11 @@ Number of characters in a Memo field: 65,535 when entering data through the
user interface; 2 gigabytes of character storage when entering data
programmatically. That would mean 31 bits for length.
Note: if a memo field is marked for compression, only at value which is at
most 1024 characters when uncompressed can be compressed. fields longer than
that _must_ be stored uncompressed.
LVAL (Long Value) Pages
-----------------------