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

Home -> Community -> Usenet -> c.d.o.server -> Re: ODBC Samples With Nested Tables

Re: ODBC Samples With Nested Tables

From: Lloyd Sheen <sqlguy_at_hotmail.com>
Date: Fri, 21 Dec 2001 23:09:14 GMT
Message-ID: <uiPU7.6825$AG.1993@news2.bloor.is>


Nope, I would use OO4. It has that functionallity.

"Marc Melançon" <marc_melancon_at_bmc.com> wrote in message news:WoMU7.16298$947.757580_at_weber.videotron.net...
> Does someone has ODBC Samples that will allow fetching rows from table
that
> have columns made of Type ?
>
> Example:
>
> CREATE TYPE Doc_t AS OBJECT (
> doc_id INTEGER,
> name VARCHAR2(512),
> author VARCHAR2(60),
> url VARCHAR2(2000)
> );
>
> CREATE TABLE test (F1 INT, F2 Doc_t) ?
>
> I cannot seem to find a way to make it work in ODBC.
>
> MarcM
>
>
Received on Fri Dec 21 2001 - 17:09:14 CST

Original text of this message

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