Monday, 28 March 2011

1.3f Fixed Length Records

Each field limited to:
  • String (Name)
    • 255  bits
  •  Integer (Age)
    • 8 bits
  • Decimal (Price)
    • 16 bits
  • Boolean (Yes/No)
    • 1 bit

Every Record must be fixed so the start of each record can be located in the continuous set of data.
E.g. STRINGS must be fixed to a length and store like this Name(10) Bob-------Harry-----Richard---

    No comments:

    Post a Comment