IBM® Informix® Client Software Development Kit, Version 4.10

A database cursor

A database cursor is an identifier associated with a group of rows. It is, in a sense, a pointer to the current row in a buffer.

You must use a cursor in the following cases:
  • Statements that return more than one row of data from the database server:
    • A SELECT statement requires a select cursor.
    • An EXECUTE FUNCTION statement requires a function cursor.
  • An INSERT statement that sends more than one row of data to the database server requires an insert cursor.

For more information about how to use cursors, see the IBM Informix Guide to SQL: Tutorial.


Examples exchange | Troubleshooting

To find the PDF, see Publications for the IBM Informix 12.10 family of products.
For the release notes, documentation notes, and/or machine notes, see the Release Notes page.