Updates to Db2 tables
with SQLSetPos()
You can update or delete any row in a rowset with a call
to SQLSetPos().
SQLSetPos() operates on your current rowset through
a dynamic cursor. SQLSetPos() can be used only after
a call to SQLFetch() or SQLFetchScroll().