Contents Index What are cursors? Steps in using cursors

ASA Programming Guide
  Using SQL in Applications
    Introduction to cursors

Benefits of using cursors


You do not need to use cursors in database applications, but they do provide a number of benefits. These benefits follow from the fact that if you do not use a cursor, the entire result set must be transferred to the client for processing and display:


Contents Index What are cursors? Steps in using cursors