On Thursday 11 August 2005 02:47, Luiz Siqueira wrote: > 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 = '*'
have you tried with ODBC ? Also [email protected] has more database experts. -- CPH : openoffice.org contributor Maybe your question has been answered already? http://user-faq.openoffice.org/#FAQ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
