Re: connecting from openoffice

From: Dave Cramer <Dave(at)micro-automation(dot)net>
To: jonerf1 <jonesrf1(at)qwest(dot)net>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: connecting from openoffice
Date: 2002-10-04 13:15:18
Message-ID: 1033737318.11746.51.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Well for starters use a much more recent version of the driver, there
have been numerous fixes for databasemetadata which will help the
situation immensely. You may need to update your postgres to at least
7.2 though

Dave
On Sat, 2002-09-28 at 16:04, jonerf1 wrote:
> I have postgresql 7.2.2 running on linux 2.4.18, jdk 1.4.0x
> I can upload an sxw file from a java progam as a blob. I want to
> access/edit the file in openoffice
> I defined my jdbc7.1-1.3.jar location in tools/options/security/java
> I put the jar file by name in AdditionalClasspath in javarc
> I put the SystemClasspath=/usr/jdk1.4.0/jre/lib/jdbc7.1-1.3.jar in javarc
> I tried to connect using org.postgresql.Driver and I get "this method
> not implemented yet. " from OO.
> I have attached a file showing some output from postgres that indcates
> OO is hitting the database
>
> I have visited the openoffice users list and this one, and dont see an
> answer to this problem
> I have seen keinlein's excellent howto on mysql also
> Some people seem to have this thing working
> Any help greatly appreciated
> TIA
> rfjones
>
> ----
>

>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-10-04 13:15:54 Re: getObject
Previous Message Dave Cramer 2002-10-04 13:13:11 Re: limiting rows in an query