Re: OO4O & VB: DESC

From: Maarten Scharroo <Maarten.Scharroo_at_wkap.nl>
Date: Mon, 21 Aug 2000 08:36:53 +0200
Message-ID: <39A0CE05.CC36D78B_at_wkap.nl>


Bruce,

[Quoted] Try querying the Oracle datadictonary view USER_TAB_COLUMS. This should give you all the information you need.

SELECT TABLE_NAME, COLUMN_NAME, DATA_TYPE, DATA_LENGTH, DATA_PRECISION FROM USER_TAB_COLUMNS; Maarten

Bruce wrote:

> I'm using OO4O and VB in an application that needs to know the field
> names in an oracle table.
>
> Is there any way to run the DESCRIBE command, or something similar
> that will give all the same info (field name, size, data type,
> isnull)???
  Received on Mon Aug 21 2000 - 08:36:53 CEST

Original text of this message