Hi, Any urgent help appreciated. I have table which contains oracle Long data type. using result set i am getting all the columns but I am not able to map any jdbc data type (getXXXXXX) to this Long data type. Please let me know how to get long data type in jdbc program thanks Vetri selvi
I am a Java newbie, but I believe that you can retrieve a long value from an oracle database into a java resultset, and then assign it to an InputStream variable. For example: InputStream saveLong = rsOracle.getAsciiStream ( 1 );
might work. -MLA
Sun Certified Programmer for the Java 2 Platform 1.4