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: How to retrive abstract data type via jdbc?

Re: How to retrive abstract data type via jdbc?

From: C. Ferguson <c_ferguson_at_rationalconcepts.com>
Date: Tue, 10 Aug 1999 10:46:09 -0700
Message-ID: <37B06561.F3A72408@rationalconcepts.com>


Hi Jing,
  I'm not sure if jdbc can give you what you are looking for. Even if you used the
ResultSet.getObject(dt1) call, I'm not sure what type of Java object it could get mapped to. You may have to rearchitect your db table.... Look at the jdbc documentation for result sets and the different get methods. Sorry I can't be of more help...you are treading in new waters... Good Luck,
Cindy

Jzhou wrote:

> There are an abstract data type dt1(id, content), and a table tb(id, dt1)
> where dt1 is the above defined abstract data type. (both data created by
> oracle 8.04)
>
> I am trying to retrive values from table tb (above table) and failed(using
> jdbc). It gave an error message "Unsurpported Network datatype or
> representation". Do someone know how to solve this problem on jdbc?
>
> Thanks.
>
> Jing
Received on Tue Aug 10 1999 - 12:46:09 CDT

Original text of this message

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