SQLRowCount

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.

TypeNameDescription
SQLHSTMThstmtStatement handle
SQLSMALLINT *rowPointer to location where the number of rows affected is stored
Page last modified on September 25, 2009, at 10:16 AM