Re: connecting from openoffice

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: connecting from openoffice
Дата
Msg-id 1033737318.11746.51.camel@inspiron.cramers
обсуждение исходный текст
Ответ на connecting from openoffice  ("jonerf1" <jonesrf1@qwest.net>)
Список 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@postgresql.org)




В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Felipe Schnack
Дата:
Сообщение: Re: limiting rows in an query
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: ResultSet Column Name Problem in pgjdbc2.jar?