Row Status
SQL_ROW_DELETED when it executes a positioned delete statement on the row.
SQL_ROW_ERROR when it encounters an error retrieving the row from the data
source with SQLFetch.
SQL_ROW_SUCCESS when it successfully fetches the row from the data source with SQLFetch.
SQL_ROW_UPDATED when it executes a positioned update statement on the row.