To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=43628 Issue #:|43628 Summary:|[CWS dba24] crash when accessing the properties of a |disposed data source Component:|Database access Version:|680m80 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P2 Subcomponent:|none Assigned to:|oj Reported by:|fs
------- Additional comments from [EMAIL PROTECTED] Sun Feb 27 04:26:01 -0800 2005 ------- consider the following Basic macro: oDBC = createUnoservice( "com.sun.star.sdb.DatabaseContext" ) oDS = oDBC.getByName( "Bibliography" ) oDS.User = "SomeUserName" sMessage = "user name: " + oDS.User MsgBox sMessage oDS.dispose sMessage = "user name: " + oDS.User MsgBox sMessage In 680m80, this runs fine, two times displaying "user name: SomeUserName", as expected. If you run this in CWS dba24, it crashs after the first message box. --------------------------------------------------------------------- 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]
