To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=44357 Issue #:|44357 Summary:|[cws dba24] useless error messages after disposing a |datasource Component:|Database access Version:|current Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|none Assigned to:|oj Reported by:|msc
------- Additional comments from [EMAIL PROTECTED] Mon Mar 7 06:47:21 -0800 2005 ------- run 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, you get a error messages "Type mismatch". This is a followup bug of issue 43628 --------------------------------------------------------------------- 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]
