Issue 118350 - OO crashs when opening a JDBC connection AND a connection to a registered odb in oo 3.3
Summary: OO crashs when opening a JDBC connection AND a connection to a registered odb...
Status: UNCONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 3.3
Hardware: PC Windows XP
: P3 Normal (vote)
Target Milestone: OOo 3.3
Assignee: AOO issues mailing list
QA Contact: RottenEogat@gmail.com
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-28 16:22 UTC by meph728
Modified: 2013-05-27 02:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description meph728 2011-07-28 16:22:18 UTC
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..
Comment 1 Oliver-Rainer Wittmann 2012-06-13 12:32:33 UTC
getting rid of value "enhancement" for field "severity".
For enhancement the field "issue type" shall be used.