Updating Cursors

Data is usually modified one row at a time (there is an option in SQLSetPos to affect the entire rowset) by first positioning to the desired row. To position the cursor on a particular row, you can:

There are two ways of modifying data in the results set:

The following ODBC functions are relevant:

SQLSetPos

SQLRowCount