I'm trying without success connect with the OOo to the Postgresql. My Postgresql version is 8.0.3, my OOo is the version 1.1 and the drive is postgresql-8.0-312.jdbc3.jar.
A important thing is that I know that the JDBC for Postgresql is correctly installed, I make a test with a simple Java program and all work fine. Another thing is that I don't have problem with MySQL JDBC drive, this drive work correctly. My pg_hba.conf is the default. # TYPE DATABASE USER CIDR-ADDRESS METHOD # "local" is for Unix domain socket connections only local all all trust # IPv4 local connections: host all all 127.0.0.1/32 trust # IPv6 local connections: host all all ::1/128 trust My postgresql.conf is the default too, except in this line: listen_addresses = '*' Thanks about some help. __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
