Re: PostgreSQL and OpenOffice

From: "Mihai Gheorghiu" <tanethq(at)earthlink(dot)net>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL and OpenOffice
Date: 2001-10-16 13:27:07
Message-ID: 00ad01c15646$427be5c0$6e646464@New6.Travel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Here is from staroffice.com.support.starbase:

Mihai Gheorghiu wrote:
>
> I want to connect to a PostgreSQL database on a RH7.0 machine.
> I go File New Database, general "Test", Type "JDBC", JDBC
> "org.postgresql.Driver" "jdbc:postgresql:sales" "username" "password".
> I use the same strings to successfully connect to the db from servlets
that
> run on the same computer (Tomcat).
> The message I get is:
> Error reading from database
> An error occured. JDBC can only be used again after Office has been
> restarted.
> Using //localhost:5432/sales instead of sales does not help.
> A weird message that I get sometimes (e.g. when I try to connect to the
> forum) is
> No Java installation found.
> The message goes away all by itself and I get connected OK.
> I have JAVA_HOME and JDK_HOME defined. Does it need anything else?
> Thank you all in advance.

Follow the directions given at http://www.staroffice.fsnet.co.uk/ in
the HowTo section and adapt to the JDBC driver or switch to ODBC.

--
_______________________________________________________________________
G. Roderick Singleton, <gsingleton(at)home(dot)com>

Hi Mihai,

This difficulty could be reproduced under our in-house test conditions.
According to the Quality Assurance department, this is a ODCB driver
problem. This problem should be fixed in the next version.

Regards,

Sanal

Sun Microsystems Inc.

>Did anybody try to connect OpenOffice or Staroffice to PostgreSQL via
>ODBC or any other interface?
>Does anybody have experience? Does it work and if so; does it work well?
>
> Hans

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-10-16 14:11:50 Re: writing & flushing C extensions
Previous Message Brent R. Matzelle 2001-10-16 13:24:21 Re: connecting to a windows application, visual basic