Thread: IBM JDK118 PostgreSQL StarOffice
This is what I am trying to do: 1) I am using Linux (RH 6.1 kernel 2.2.12-20) 2) I have a StarOffice running installation, which has been successful in connecting to a commercial SQL database using the jdbc driver provided by that company. 3) It is now time to be able to connect to a postgresql database via the JDBC driver. (Via the UnixODBC driver, it is already working). Has anybody out there tried this connection: Staroffice (database connection) using the JDBC interface: It gives the error of not finding the class for the driver in the case of the postgresql JDBC driver... (it works with the commercial SQL database driver). The setup would illustrative for a lot of people... F J Fortuny ************
Franz Fortuny wrote: > > It gives the error of not finding the class for the driver in the case > of the postgresql JDBC driver... (it works with the commercial SQL > database driver). > Did you do all the obvious things (put the jar file in your classpath, make sure you have a java.sql package installed (I assume you do for the other db) , etc)? ************
Franz Fortuny wrote: > > It gives the error of not finding the class for the driver in the case > of the postgresql JDBC driver... (it works with the commercial SQL > database driver). > Did you do all the obvious things (put the jar file in your classpath, make sure you have a java.sql package installed (I assume you do for the other db) , etc)? ************