Hi all,
I'm a beginner in java. I've got a small problem for which i would like to have your expert opinions.
I've an Oracle table which has 65 fields. Apart from the first field which is of date type, rest of all the fields are number type.
Instead of coding 65 "RecordSet.getInt" lines, is there a way to do it through a for loop ?
Thanks in advance.