Hi is there any Oci function availabe which will do the similar work for me as mysql_num_rows or how can i get the total number of rows even fro select coz OCINUMrows wont work for select Thanks
OCIFetchStatement will return the number of results selected, while placing the result into an array.
http://www.php.net/manual/en/function.ocifetchstatement.php
Regards