hi i am unable to sort out an error in my code as below:


Array arr = cstmt.getArray(3);
rs = arr.getResultSet();
while (rs.next())
...