There was no grid (table) view to enter rows in quickly so I just repeated a bunch of Insert statements.
If you right click on the table and go to “Edit table data” that should open a table view for you.
Then I tried to edit it… and in the SQL results tab it looks like you can edit it (you can select individual columns and change the text but it replaces the text with only one letter at a time and then it will not save it (so why does it even let you try and edit it???).
Sorry about that, it’s a bit misleading. You using the “Edit” mode mentioned above to pop open a very similar view that *does* allow editing.
it doesn’t take commands and all it says is “Cannot Edit… the result set is not update-able” at the bottom of the screen.
Ahh ok you found it, the reason this can happen is that the DB does not allow edits or the JDBC driver that you are using to connect to the DB does not correctly implement the JDBC commands used to implement the editing controls. What driver, driver version, DB and DB version were you using?