mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
adds info about unicode compression of memo fields
This commit is contained in:
parent
e49fd5ab2e
commit
314e6040c5
5
HACKING
5
HACKING
@ -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
|
||||
-----------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user