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 -> ODBC Samples With Nested Tables

ODBC Samples With Nested Tables

From: Marc Melançon <marc_melancon_at_bmc.com>
Date: Fri, 21 Dec 2001 13:41:18 -0600
Message-ID: <WoMU7.16298$947.757580@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 - 13:41:18 CST

Original text of this message

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