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
//}
//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:/
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
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