How to retrive abstract data type using jdbc with oracle8.04

From: Jzhou <jzhou_at_CS.MsState.Edu>
Date: Tue, 10 Aug 1999 11:42:58 -0500
Message-ID: <Pine.SOL.4.10.9908101142360.5335-100000_at_gizmo.cs.msstate.edu>


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 - 18:42:58 CEST

Original text of this message