To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42460
------- Additional comments from [EMAIL PROTECTED] Fri Dec 2 04:55:48 -0800
2005 -------
Does not work on OOo 2.0 under Windows (works under Linux)
Following macro code create a new source :
oContext = createUnoService("com.sun.star.sdb.DatabaseContext")
oNewSource = oContext.createInstance()
sUrl = ConvertToURL("D:\My Documents" & "/Test.odb")
oNewSource.DatabaseDocument.storeAsURL(sUrl , Array())
Test file can not be moved/deleted under Windows, whereas after using
oNewSource.dispose(). OOo need to be stopped.
Can be problematic when there is a need to re-open this file...
---------------------------------------------------------------------
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]