Kbase P68875: How does Progress manage the space allocation for a simple r
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/05/2005 |
|
Status: Unverified
GOAL:
How does Progress manage the space allocation for a simple record
FIX:
When a field is defined Progress automatically reserve the space which is included in the definition of the record.For example if a (varchar(40)) is defined, then automatically 40 bytes are reserved to be used by that record. If a data which takes 2 bytes is inserted, then 38 are useless. Such bytes are taken from the block which contains the current record.