Re: Pro*C Question

From: Martin Gaeckler <Martin.Gaeckler_at_t-online.de>
Date: 1996/09/04
Message-ID: <50l1qe$1cc_at_news00.btx.dtag.de>#1/1


Re: Pro*C Question

>I'm looking for away to use the sqlplus describe command
>for ProC/C++! Thanks a million!

There is a table user_tab_columns. This table can be used to select the table "description":

select	COLUMN_NAME, DATA_TYPE, DATA_LENGTH 
from	user_tab_columns 
where	table_name = 'MY_TABLE';

regards martin Received on Wed Sep 04 1996 - 00:00:00 CEST

Original text of this message