Cursor usage

When you execute a query in an application, the result set consists of several rows. In general, you do not know how many rows the application is going to receive before you execute the query. Cursors provide a way of handling query result sets in applications.

The way you use cursors and the kinds of cursors available to you depend on the programming interface you use.

SAP Sybase IQ provides several system procedures to help determine what cursors are in use for a connection, and what they contain:

With cursors, you can perform the following tasks within any programming interface:

In addition, some programming interfaces allow you to use special features to tune the way result sets return to your application, providing substantial performance benefits for your application.