Hi Arnulf, > we want to integrate and test a new (selfwritten) jdbc- driver with/ in > openOffice Base. My question: What is to do, to make the jdbc driver > accessible for (and available in) openoffice base? The driver is in a > very early alpha state and does not cover the full jdbc specification at > the moment.
Just add your driver package to "Tools/Options/OpenOffice.org/Java/Class Path", and create a new database (File/New/Database) of type "JDBC", where you enter your driver's class name and the connection URL. Then try connecting :) Since you mentioned the alpha state: http://wiki.services.openoffice.org/wiki/Logging_JDBC_Activity might come handy to examine what OOo is doing when it accesses your driver. 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]
