Rick Hillegas wrote: > Hi Lance, > > If ResultSet.getObject() throws an unimplemented feature exception, > should the corresponding ResultSetMetaData.getColumnClassName() throw an > exception? Return null?
As a minor point, if the existing data type code is used then it will not be an unimplemented feature exception, but instead a cannot convert XML to something exception. Dan.
