To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=77865


User fs changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |INVALID
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Thu Sep 18 12:53:51 +0000 
2008 -------
I suppose all of you use the HSQLDB engine, don't you?

The problem is that HSQL in version 1.8.* does not support updatable result sets
(IIRC, 1.9.* will support them). The result set type and concurrency are
silently downgraded, which is allowed by both the JDBC and the SDBC API (though
we in fact encountered drivers in the past which did no silent downgrading, but
instead raised an exception).

So, what you encounter here is the fact that your backend does not support the
feature you try to use.

Other solutions for updates include
- use UPDATE statements, instead of updatable result sets
- use a css.sdb.RowSet instance

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to