To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=52038 Issue #:|52038 Summary:|Database connection should be closed if not needed Component:|Word processor Version:|680m112 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|os Reported by:|os
------- Additional comments from [EMAIL PROTECTED] Fri Jul 15 06:16:40 -0700 2005 ------- Some fields (hidden paragraph, conditional text) and some other objects can contain expressions that point to database content. If those expressions are evaluated by the calculator then there connections created to the databases. These connections are never closed. The correct behaviour is not to open such connections and return a void result in the evaluation. That way database expressions will only be evaluated if connections are already opened. That is the case for mail merges or actions like "data to field". Also when database fields are inserted or databases are exchanged the connections have to be closed when the action has been finished. --------------------------------------------------------------------- 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]
