To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81899


User eberlein changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'baumux,chris_mux,clutz,eb|'baumux,chris_mux,clutz,eb
                        |erlein,rene,sb'           |erlein,fs,rene,sb'
--------------------------------------------------------------------------------




------- Additional comments from eberl...@openoffice.org Wed Nov 11 09:35:57 
+0000 2009 -------
Please consider to reopen the issue.
The settings are ok with GUI, but not with API.
The following snippet has worked in 320m3 with the classpath settings via
OptionsDialog/Java:

mDBProperties(3).Name = "JavaDriverClass"
mDBProperties(3).Value = "oracle.jdbc.driver.OracleDriver"

oEnvironment = createUNOService("com.sun.star.sdbc.DriverManager")    
sDatabaseURL = "jdbc:oracle:thin:@" & ip & ":1521:" & sid
oConnection = oEnvironment.getConnectionWithInfo(sDatabaseURL,mDBProperties())
Now a message says, that the driver could not be loaded.
Set fs to cc, because he did the last changes
 

---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to