Are DBISAM records fixed-length or variable-length ? Would a string field of 50 bytes always use 50 bytes of storage even if the data only required ten bytes ?
DBISAM data records are fixed-length records so yes a string field of 50 bytes would always consume 50 bytes of storage.