hi all, I want to know whether db2 database support scrollable result set? I am using db2 6.1 and it resulted in error when I tried to implemented it even by putting ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY inside the createstatement. Is there any other version db2 that support this or is there another way to implement scrollable result set in db2? Thanks