Re: need information on extracting column names from pro*c

From: <rhari_at_us.oracle.com>
Date: Thu, 7 May 1992 22:57:07 GMT
Message-ID: <1992May7.145707.1_at_us.oracle.com>


In article <1992May5.183719.21738_at_ms.uky.edu>, skaul_at_ms.uky.edu (Sanjay Kaul) writes:
> I'm trying to retrieve the table names and field (column) names
> from within a c program that interfaces to an oracle database.
>
> If I have a table name and know nothing else about the table,
> how can I find out the names and attributes of the columns from
> within a c program?
>

Using dynamic method 4, execute a 'select * from table'.

rhari_at_us.oracle.com Received on Fri May 08 1992 - 00:57:07 CEST

Original text of this message