You can translate the question and the replies:

com.denodo.vdb.jdbcdriver.VDBJDBCDriver supports CachedRowSet property.

As com.denodo.vdb.jdbcdriver.VDBJDBCDriver does not support type_scroll_insensitive ResultSet .I wanted to use CachedRowSet property to scroll backwards. I have application that requires ResultSet to transverse back using resultSet.previous(); . but as com.denodo.vdb.jdbcdriver.VDBJDBCDriver only supports type_forward_only Resultset, the call to the method resultSet.previous(); throws an exception . Please let me know if com.denodo.vdb.jdbcdriver.VDBJDBCDriver supports CachedRowSet property.
user
15-10-2015 03:30:59 -0400
code

1 Answer

Hi, We have an answer to this question in another thread. You can read it here: https://community.denodo.com/answers/question/details?questionId=90670000000L5OVAA0 Hope this helps!
Denodo Team
19-10-2015 11:28:08 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here