facebook

Table Editor Bug – result set not updateable

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #221693 Reply

    mfotiou
    Member

    I am using Sybase ASE, latest version of server and JConnect driver 5.5. When I attempt to edit a table, the following error is issued in the editor window:

    Error: can’t edit: The result set is not updateable.

    Does the driver have to support this functionality to allow table editing?

    #221699

    support-jeff
    Member

    Short answer: Yes

    Not as short answer: Direct edit is an experimental feature that relies on JDBC2 support for RowSets. If the Sybase driver does not support this feature, then the feature will not work.

    #221721

    mfotiou
    Member

    Thanks for the reply Jeff.

    After consulting the JConnect documentation, it looks like the driver only supports updatable resultsets when its TYPE is FORWARD_ONLY. It would make sense that you would need a scrollable cursor to implement the table-edit grid. I also checked the documentation for version 6, and the behaviour is the same.

    After trolling the JConnect newsgroup, it appears that implementing scrollable, updatable resultsets would require back-end changes to the server code, so it’s anyone’s guess when this functionality will be implemented.

    #221771

    support-jeff
    Member

    Thanx for posting the follow-up work you did. This really helps others who find them selves in the same position.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Table Editor Bug – result set not updateable

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