To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=43548
User msc changed the following:
What |Old value |New value
================================================================================
Assigned to|msc |oj
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Target milestone|--- |OOo 2.0.1
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Thu Apr 28 03:59:46 -0700
2005 -------
I can reproduce the crash with any database and the following basic code.
Sub Main
db = createUnoService("com.sun.star.sdb.DatabaseContext")
odb = db.getByName("Bibliography").getConnection("","")
stmt = odb.prepareCall( "" )
' crash
End Sub
After the crahs is fixed I will test the complete description again.
Bye Marc
---------------------------------------------------------------------
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]