DB-Library cursor functions

The following list summarizes the DB-Library cursor routines:

Routine

Description

dbcursoropen

Declares and opens the cursor, specifies the size of the fetch buffer and defines the keyset, and sets the concurrency control option.

dbcursorinfo

Returns the number of columns and the number of rows in the open cursor.

dbcursorcolinfo

Returns column information for the specified column number in the open cursor.

dbcursorbind

Associates program variables with columns.

dbcursorfetch

Scrolls the fetch buffer.

dbcursor

Updates, deletes, inserts, and refreshes the rows in the fetch buffer.

dbcursorclose

Closes the cursor.

For details about an individual routine, see its reference page.