Hi Stephan, > The summary change did its job. :)
fine :) > However, I have a hard time > understanding exactly what this thread is about. Is the problem the > following? On Java side you have a UNO XConnection reference to an > object implemented in C++, and from that reference want to obtain a > reference to a Java java.sql.Connection object? Is that object already > instantiated (which seems odd to me given the relevant UNO object is > implemented in C++), and if yes where (in the same Java environment > where you have the UNO XConnection reference?), or would it be part of > this issue to instantiate it on the Java side (out of thin air)? The XConnection, implemented in C++, is a wrapper/extension for a java.sql.Connection. This JDBC connection is accessed via JNI, the JVM is loaded in-process of OOo. What Ray wants to do is to access the JDBC connection object in his Java program, which knows the XConnection only. But now that you asked for the "where" ... I assume chances are really low as long as Ray's program doesn't run in the same JVM, right? Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Base http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
