facebook

[Closed] Edit tables in HSQLDB

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

    Hi,

    The edit table feature does not work with HSQLDB drivers. I get a message “The result set is not updatable.”. I am using the JDBC driver from HSQLDB package.

    How can i find editable result set to work with HSQLDB

    Thanks a lot
    Youssef

    #259607 Reply

    Haris Peco
    Member

    Youssef,

    HSQLDb documentation claim that support updatable resultsets, but method ResultSet#updateObject is unsupported in latest stable relese (1.8.0.7)
    MyEclipse can’t update row wtihout this method.
    It looks that hsqldb support only syntax for updatable resultset, but not concrete update row.

    Best
    Peco

    #272446 Reply

    PERRYALAIN
    Member

    Well, it’s a pity MyEclipse can’t do that, because DB Visualizer Personal can update data in a HSQLDB base, with the driver from HSQL of course.
    Alain

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: [Closed] Edit tables in HSQLDB

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