Table of Contents
VCursor Class
Description
This class provides the result of the execution of a SQL SELECT statement. Valentina offers a cursor with random access to the records.
Each cursor has an independent memory buffer, so you can have many cursors at the same time for the same Table, each one of which points at different records.