With
CURSORSETPROP('buffering', 5)
I noticed you cannot retrieve buffered data using SQL-
SELECT
. But you can use
CALCULATE
and
LOCATE
. I ended up using arrays to save data to and manipulate. I was curious as to how other programmers would work with buffered data in this way?