Friday, April 28, 2017

From The Edge.: R:BASE Cursors Explained
Product.......: R:BASE X, R:BASE X Enterprise (Version 10)
Build.........: 10.0.2.20411 or higher www.rupdates.com
Keywords......: Commands, CURSOR, DECLARE, FETCH, SELECT


An R:BASE cursor is a valuable programming control structure that enables traversal reference over the records in a database. It is a pointer to rows in a table that can step through rows one by one, performing the same action on each row. A cursor can be set to point to all the rows in a table or to a subset of rows. A cursor is
set using the DECLARE CURSOR command.

R:BASE supports several types of cursors and cursor structures including:

. Multi-Table Cursors
. Non-Updateable Cursors
. Nested Cursors
. Resettable Cursors
. Scrolling Cursors

All of the cursors above and examples of Optimizing Cursors are described within
the R:BASE Cursors Explained technical document.

From The Edge: http://www.razzak.com/fte

Article Title: R:BASE Cursors Explained

Very Best R:egards,

Razzak.

www.rbase.com
www.facebook.com/rbase


--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to