64k byte limit (AREV Specific)
At 22 OCT 1997 05:07:52PM Mike Ybarra wrote:
I have a client that is getting an error while searcing on a table that has about 50,000 records that have a 8 character length key. The hits returned are supposed to be displayed in an shared index browse list. Before the select list is created by ARev it comes back with an error "The list accumulated in Btree.sub.eq has bee truncated to the 64k byte limit please use the rlist command to retrieve the correct records from the file." The ARev version is 2.12 Is there any "work around" that will get around this error? Do you need any more info?
At 23 OCT 1997 09:50AM Aaron Kaplan wrote:
How many rows are you expecting to return? Would the total key length be greater than 64K or less?
At 28 OCT 1997 03:03AM Larry Wilson wrote:
Let's see - 50,000 records X 8 byte ID length - yep ] 64K . The only way to to write a custom browser that pages through in 64K chunks (only in 3.x) using the extended BTREE.EXTRACT functionality.
However, why allow a browse of such a large file? Turn that off in the window design and the 'bug' won't show up.