[dba-issues] [Bug 118350] New: OO crashs when opening a JDBC connection AND a connection to a registered odb in oo 3.3
| Newsgroups | gmane.comp.openoffice.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
http://openoffice.org/bugzilla/show_bug.cgi?id=118350
Issue Type: DEFECT
Summary: OO crashs when opening a JDBC connection AND a
connection to a registered odb in oo 3.3
Classification: Application
Product: Database access
Version: OOo 3.3
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: none
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
No problem with oo 3.2.1, crash with oo 3.3
Basic Macro:
' Connection 1 to registered odb
tDatenbankKontext = createUnoService("com.sun.star.sdbc.DriverManager")
tVerbindung = tDatenbankKontext.getConnectionWithInfo("jdbc:mysql://...",
mDBProperties())
'...
' Connection 2 to MySQL (Connector/J)
sDatenbankKontext = CreateUnoService ( "com.sun.star.sdb.DatabaseContext" )
sDatenquelle = sDatenbankKontext.getByName( "registereddb" )
sVerbindung = sDatenquelle.getConnection( "" , "" )
I have workaround the problem by copying the "jdbcmi.dll" from a oo 3.2.1
installation into my oo 3.3 folder.
Sorry, my english is poor..
--
Configure bugmail: http://openoffice.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification
from Bugzilla. Please log into the website and enter your comments.
---------------------------------------------------------------------
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help
--
-----------------------------------------------------------------
To unsubscribe send email to [email protected]
For additional commands send email to [email protected]
with Subject: help