Hi Matthias, > For policy reasons we want to prevent users from storing data directly > inside ODB files. But we want to retain all of OpenOffice.org features > for other database types that use external storage. Does anyone have > an idea how we can achieve this?
Try removing the hsqldb2.dll (resp. libhsqldb2.so) library from the installation. This is the driver which implements the embedded database. The cleaner solution would be to de-register this driver at the global service manager. This is needed once, and should be possible with a Basic macro, but I don't have any code at hand. 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]
