![pbnigrefp91.htm](arrow-left.png)
![pbnigrefp93.htm](arrow-right.png)
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