IPB_ResultSetAccessor interface:
GetRowCount method
Description
Obtains the number of rows.
Syntax
GetRowCount ( )
Return Values
Unsigned long.
Examples
This statement stores the number of rows in *numRows:
*numRows = d_rsAccessor->GetRowCount();
See Also