This function returns the number of rows in a table affected by an UPDATE, INSERT, or DELETE statement processed against the table.
Syntax :
RETCODE SQLRowCount ( hstmt , row);
Arguments:
The arguments for SQLRowCount are listed in below table.
| Type | Name | Description |
| SQLHSTMT | hstmt | Statement handle |
| SQLSMALLINT * | row | Pointer to location where the number of rows affected is stored |