Re: [PHP-DB] Return Row count with OCI

2001-05-23 Thread Philippe Saladin
ocifetchstatement() should do the trick. It returns the number of rows. See example at : http://dev.nexen.net/docs/php/annotee/manuel_function.ocifetchstatement.php Best regards, Philippe Worawisut Pinyoyang [EMAIL PROTECTED] a écrit dans le message news: [EMAIL PROTECTED] To all PHP-db guruz!

Re: [PHP-DB] Return Row count with OCI

2001-05-23 Thread Manuel Lemos
Hello, Worawisut Pinyoyang wrote: To all PHP-db guruz! I'm novice on Oracle(OCI).In mysql has mysql_num_rows(). When i try to find OCI function about num rows i see OCIRowCount(). But in the manual told me that it cannot use with select statement. How can i know the number of

[PHP-DB] Return Row count with OCI

2001-05-22 Thread Worawisut Pinyoyang
To all PHP-db guruz! I'm novice on Oracle(OCI).In mysql has mysql_num_rows(). When i try to find OCI function about num rows i see OCIRowCount(). But in the manual told me that it cannot use with select statement. How can i know the number of selected row? Thanks in advance -Worawisut