There are no translations available.
Assuming you have already installed postgresql on your machine, this tutorial shows you how to hook it up to NeoOffice. For installing postgresql the author has used gentoo-prefix using the command `emerge postgresql`.
The following site has also instructions on how to install postgresql on your Mac:
http://developer.apple.com/internet/opensource/postgres.html
It also explains how to hook the JDBC driver in. Those are the steps:
- Download the driver from http://jdbc.postgresql.org/download.html (for my Tiger I've been using JDBC3 Postgresql Driver, Version 8.4-701)
- Move the downloaded driver into
/Library/Java/Extensions/. - Add the driver from the extensions directory to the CLASSPATH of the Java instance

- Restart NeoOffice
- Configure the JDBC source in NeoOffice. The Datasource URL is jdbc:postgresql:$dbname (where $dbname is the name of your database). The JDBC driver class is org.postgresql.Driver

- Test the driver:

- Test the connection:

| < Prev | Avanti > |
|---|








