To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=115024
User oj changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |INVALID
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Fri Oct 15 10:10:05 +0000
2010 -------
The problem is that Postgres doesn't support updateable cursors. Therefore views
are not handled correctly.
To avoid the problem you have to follow
http://comments.gmane.org/gmane.comp.openoffice.dba.devel/3037
and run this script.
Dim settings as Object
settings = ThisDatabaseDocument.DataSource.Settings
settings.RespectDriverResultSetType = TRUE
ThisDatabaseDocument.store
---------------------------------------------------------------------
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]