From: | "R9Pilot" <a(at)a(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org(dot)pgsql-jdbc(at)postgresql(dot)org |
Subject: | [JDBC][INTERFACES][NOVICE] Postgresql inteface to Star Office using JDBC |
Date: | 2001-02-05 23:56:53 |
Message-ID: | 95neh6$77g$1@news.tht.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-jdbc |
Has anyone had any luck interfacing StarOffice to PostgreSQL using JDBC?
Here is what I have tried:
1. Created a pgsql database called test2 on our linux machine (rh
6.2/postgresql 7.0.3).
2. Placed the jdbc7.0-1.2.jar file in the class path on my windows machine
and renamed it to postgresql.jar.
3. Tried to create a new database interface in star office by clicking on
the new database and setting the following:
TYPE tab, type = JDBC;
JDBC tab, JDBC driver classe = postgresql.jar;
URL = jdbc:postgresql://ourhost:5432/test2
USERNAME = ...,
PASSWORD = ...,
4. When I click OK, all I ever get is "Error
reading data from database". No other
information is ever provided.
Any idea what I am doing wrong?
Thanks,
Tom
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2001-02-06 00:13:57 | Re: Source code of the procedures/Functions in PostgreSQL - Where? |
Previous Message | Stephan Szabo | 2001-02-05 23:30:40 | Re: Unrecognized language plpgsql when CREATE FUNCTION?! |
From | Date | Subject | |
---|---|---|---|
Next Message | Franck Martin | 2001-02-06 02:36:34 | RE: GIS-type databases using PostgreSQL |
Previous Message | Thomas Lockhart | 2001-02-05 16:52:37 | Re: [ODBC] ODBC Installation woes |