ODBC Samples With Nested Tables
From: (wrong string) çon <marc_melancon_at_bmc.com>
Date: Fri, 21 Dec 2001 13:41:18 -0600
Message-ID: <WoMU7.16298$947.757580_at_weber.videotron.net>
[Quoted] Does someone has ODBC Samples that will allow fetching rows from table that [Quoted] have columns made of Type ?
Date: Fri, 21 Dec 2001 13:41:18 -0600
Message-ID: <WoMU7.16298$947.757580_at_weber.videotron.net>
[Quoted] Does someone has ODBC Samples that will allow fetching rows from table that [Quoted] 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 - 20:41:18 CET