delphidestructor
Programmer
- Oct 20, 2000
- 67
What would be the proper (or best) way to set up field definitions on a Btrieve file with variable length records? The file contains, base size 12, packed records with 3 – 4 byte integer fields and an array {1 – 1000} of 10 byte packed records containing an 8 byte double and a 2 byte unsigned integer. Basically, how should I define the 10,000 bytes after the base 12, short of res1,stat1,res2,stat2,res3,...? The indexes obviously are all on the 4-byte integers and no queries will be executed on the array values. Any thoughts would be greatly appreciated.