getCustomDatum deprecated [message #75967] |
Fri, 19 July 2002 05:15 |
Moses
Messages: 3 Registered: July 2002
|
Junior Member |
|
|
Can anybody advise me on how to use getORAData() instead of getCustomDatum() in the OracleResultSet class.
I will like to replace OrdImage img = rs.getCustomDatum(1, OrdImage.getFactory()),with getOraData(). I tried OrdImage img = rs.getOraData(1,OrdImage.getFactory()).
the problem is the OrdImage.getFactory() returns CustomDatumFactory wich is not supported by OraDataFactory.
So I totally lost here. I don't know what to do because I was following the example.
|
|
|
|
|