OCINumRows

OCINumRows -- Gets the number of affectend rows

Description

int OCINumRows(int statement);

OCINumRows() returns the number of rows affected for eg update-statements. This funtions will not tell you the number of rows that a select will return!