Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PROC Records Count

Re: PROC Records Count

From: Sybrand Bakker <postmaster_at_sybrandb.demon.nl>
Date: Mon, 7 Feb 2000 18:54:50 +0100
Message-ID: <949946225.20423.0.pluto.d4ee154e@news.demon.nl>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US