[PHP-WIN] Antwort: RE: [PHP-WIN] Oracle record counting

2001-04-05 Thread clever
nual Florian "Asendorf, John" <[EMAIL PROTECTED]> 05.04.01 14:19 An: Florian Clever <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Kopie: Thema: RE: [PHP-WIN] Oracle record counting It's a bit long... and it's bastardized in that there are

RE: [PHP-WIN] Oracle record counting

2001-04-05 Thread Asendorf, John
//} //else { // echo "Unable to locate any customers with that search criteria.\n"; //} //free resources OCIFreeStatement ( $stmt_search ); - John Asendorf - [EMAIL PROTECTED] Web Applications Developer http:/

[PHP-WIN] Oracle record counting

2001-04-04 Thread Florian Clever
Hi John, your first example looks right. Can you send us the code you use to list the records. I would expect the problem in there, because in your second example basically the FetchStatement is not doing anything as the statement has not been executed. You need to loop through the result set arr

[PHP-WIN] Oracle record counting

2001-04-04 Thread Asendorf, John
I'm attempting to work on a little oracle search... My problem is that if I put the OCIExecute BEFORE the OCIFetchStatement line, I get one error ( Warning: OCIFetchInto: ORA-01002: fetch out of sequence in d:\InetPub\wwwroot\etc. ) but if I put OCIExecute AFTER the OCIFetchStatement I get a diff