oracle: how do you do mysql_num_rows in oracle

wxdqz

New Member
I need to do mysql_num_rows(), but in oracle.
It seems OCIRowCount($r) only returns rows changed after an update, not the amount of rows in a result set from a select query. How to do this???
thanks!
 
Back
Top