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





------- Additional comments from [EMAIL PROTECTED] Tue May 10 23:39:29 -0700 
2005 -------
great to hear that it works for you :)

> Although I can create tables on the UniVerse server I can only get read-only
> access to the tables even though I set ALL PRIVILEGES for PUBLIC and log in as
> the SQL administrator.  Any suggestions or should I raise a new issue ?

Definately a new issue, please
(http://qa.openoffice.org/issue_handling/basic_rules.html#one_per_issue).

However, IIRC, the JDBC driver only supports the READONLY concurrency (as
opposed to UPDATABLE, see
http://java.sun.com/j2se/1.5.0/docs/api/java/sql/ResultSet.html#CONCUR_READ_ONLY).

OOo previously always tried UPDATABLE. Other drivers downgraded this
automatically when necessary, however IBM's Universe driver just complained that
it only supports READONLY.
This is what the second setting in the macro cares for: it tells OOo to always
respect what the driver supports, instead of trying the maximum. Thus, when the
result set is not updatable with this setting being <TRUE/>, it means that the
driver claims to not support updatable result sets.

So: feel free to submit an issue, so we can track it, but I strongly assume that
it's a driver problem on IBM's side.

---------------------------------------------------------------------
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