delphidestructor
Programmer
- Oct 20, 2000
- 67
Can anyone offer any suggestions on how to create table definitions on a Btrieve file with variable length records? I have a file that has variable length records ranging from 252 to 1502 bytes in length. I’m not sure if the approach that I am taking is the right one. I have started by defining the record structure on one record length and then using a view that selects only the records that conform to this record length.
“select * from results where sample type = 5” Sample type being the records with a 252 byte record structure. This seems to be working, no errors are generated within the PCC, the problem that I am running into is that I cannot see the view, only the table definition when accessing the data through ADO connections.
“select * from results where sample type = 5” Sample type being the records with a 252 byte record structure. This seems to be working, no errors are generated within the PCC, the problem that I am running into is that I cannot see the view, only the table definition when accessing the data through ADO connections.