User Tools

Site Tools


prop_fetchsize.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Runtime VIEW and FILE Properties >====== PROP:FetchSize ====== Previous pageReturn to chapter overviewNext page

Property of a FILE or VIEW which sets or gets the pagesize parameter for the last BUFFER statement executed.

Example:

CODE  

OPEN(MyFile)

BUFFER(MyFile,10,5,2,300)  !10 records per page, 5 pages behind and 2 read-ahead,

              !  with a 5 minute timeout

MyFile{PROP:FetchSize} = 1  !Change fetch rate to one record at a time

prop_fetchsize.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1