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 -> Pro *C/C++ Cursor problem ???

Pro *C/C++ Cursor problem ???

From: Eric Chow <eric138_at_yahoo.com>
Date: Wed, 05 Apr 2000 00:24:15 GMT
Message-ID: <8ce130$7cq$1@nnrp1.deja.com>


Hi Oracle Developers,

If I use a cursor, is it possible to know the data type of the value ?

For example :

exec sql declare xCursor cursor for
select emp_name from emp where salary > 100;

exec sql open xCursor;
...

for(;;) {
...
...

  exec sql fetch .....
}

During the fetch, can I know what the dat type of that FETCH VALUE ?

Best regards,
Eric

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Tue Apr 04 2000 - 19:24:15 CDT

Original text of this message

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