Hallo Robert,

danke für die schnelle Antwort und die Website.

Der Port wurde bei Installation so gesetzt und ist auch korrekt.
immerhin kann ich ja per ODBC und SDBC auf diesem Port eine Verbindung
herstellen.

Das Problem mit dem JDBC scheint an der Treiberklasse zu liegen.
Ich habe diese Klasse jetzt unter Extras/Optionen/java in den Classpath
eingetragen und OOo neugestartet. Leider kein Erfolg. Treiber kann nicht
geladen werden.
Ich habe diese Klasse wie auf der Website beschrieben E:\Java\jre6\lib
kopiert. Aber auch jetzt kann OOo nach einem Neustart die Treiberklasse
nicht laden.

Hat vielleicht jemand noch eine Idee?

Viele Grüße

Jan

> 
> Der Port scheint mir untypisch zu sein:
> 
> http://jdbc.postgresql.org/doc.html
> The JDBC URL
> 
> In JDBC all url's begin with jdbc:protocol: This is the standard. After this 
> is driver specific, and no two drivers are the same.
> 
> So our url? It's one of the following:
> 
>     jdbc:postgresql:database
>     jdbc:postgresql://host/database
>     jdbc:postgresql://host:port/database
> 
> where database is the database to connect to, host the server to connect to, 
> and port the port number.
> 
> If left out, host defaults to localhost (not 127.0.0.1 see applets!) and port 
> to 5432 (configurable at build time).
> 
> Also erst einmal anderen Zugang testen.
> 
> Gruß
> 
> Robert
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@de.openoffice.org
For additional commands, e-mail: users-h...@de.openoffice.org

Antwort per Email an