To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=36231
------- Additional comments from [email protected] Fri Oct 23 13:59:22 +0000 2009 ------- Would be possible, though some questions would need to be clarified (nothing impossible, though). First, connections are shared: Everything started from within a database document uses the same connection, so tampering with AutoCommit in one form would affect all other forms and table data views and the like, or AutoCommit=true would imply the form using an isolated connection (which would be possible, though potentially expensive). Second, a point in time would need to be found when the changes are to be committed. "When closing the form" would be an option, if the form really has an isolated connection. --------------------------------------------------------------------- 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]
