Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OCI 8.1.6: query rows counts?
Hello,
I am using Oracle 8.1.6 OCI stuff.
I have a query statement that looks something like
select a, b from c where a like 'something%';
If I set 'iters' in OCIStmtExecute() to say 10 and there are only 8 matches in the DB, OCIStmtExecute() returns OCI_NO_DATA. Bummer.
If I set 'iters' to 1, then I get them all.
Is there a way to determine how many rows matched they query without having to do two queries?
--
![]() |
![]() |