Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PROC Records Count
In older versions of pro products this used to be returned in
sqlca.sqlerrd[3]. Probably you should check out the docs whether that's
still true.
Hth,
--
Sybrand Bakker, Oracle DBA
Sarah Officer <officers_at_aries.tucson.saic.com> wrote in message
news:389F039F.ED2660D8_at_aries.tucson.saic.com...
> I am using PROC to access my oracle database. When I exec a SQL
> statement, I don't see how to figure out the number of records that
> were returned without fetching the results and counting. Is there a
> way to extract the number of rows returned WITHOUT executing 2
> statements, the first of which is a count?
>
> Thanks,
>
> Sarah Officer
> officers_at_aries.tucson.saic.com
Received on Mon Feb 07 2000 - 11:54:50 CST
![]() |
![]() |