How to store records whose
structure is
unknown !!
I.e.:
we do not know the
record format
in advance
Prelude to storing records whose
structure is
unknown
Comment:
if you know XML (Extensible Markup Language),
this would be a set of standard tags)
How to store one data field
of a variable format record
Each field contains
3 required "header fields"
(Meaning,
Datatype and
Length)
Note:
using Length,
we can find the start poistion
of the next data field !!!
Example: storing variable format
records
Example: storing variable format
records
❮
❯