facebook

what db2 driver to use to get updateable result sets

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #223582 Reply

    lflor
    Member

    Just wondering, what version of DB2 do I need to be at to be able to get updateable result sets in the database explorer? Or is this unsupported for DB2?

    #223620 Reply

    support-jeff
    Member

    Updating values is a feature of DE. Right-click on a table and select Edit Table Rows and away you go…and of course, doing an UPDATE table SET … from the SQL Editor is just fine too.

    To do the Direct Table Edit, you do have to have a JDBC driver that supports RowSets and ResultSet.TYPE_SCROLL_SENSITIVE and ResultSet.CONCUR_UPDATABLE – JDBC 2.0 features. You will need to check your JDBC driver documentation to figure out if it is supported.

    #223621 Reply

    Riyad Kalla
    Member

    NOTE: I removed my comment to avoid confusion… with it being totally wrong and all 😉

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: what db2 driver to use to get updateable result sets

You must be logged in to post in the forum log in