Thread: connecting from openoffice

connecting from openoffice

From
"jonerf1"
Date:
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


Attachment

Re: connecting from openoffice

From
Dave Cramer
Date:
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@postgresql.org)