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





------- Additional comments from [EMAIL PROTECTED] Fri Dec  9 05:13:57 -0800 
2005 -------
Sorry for causing unnecessary work, the solution is easier ...

the basic macro is missing the line
    oDB.Info = aInfo
in function AddDataSourceSetting, which has been replaced by
    oDB.DatabaseDocument.store()
The line was present in the macro attached to issue 15113, but is missing the
macro you copied herein.

(side note: this store call in AddDataSourceSetting is unecessary, since Main
already does this ..)

Changing the line back to
    oDB.Info = aInfo
fixed the problem for me. (Well, I actually did not try the Universe connection,
but only whether the settings are written)

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