Thread: Help

Help

From
pin.o.za@mail.toyota-shokki.co.jp
Date:
Now i meet a problem.
I want to know if version 6.5 driver can be used on version 7.1.3 postgresql.And my program always get a error messge
(java.sql.SQLException: No pg_hba.conf entry for my host)

Re: Help

From
"Dave Cramer"
Date:
I doubt that the 6.5 driver can be used, but that isn't your problem.
The problem is that you have not allowed the connection from your host
to the server. You need to edit the pg_hba.conf file on the server and
add your host, or network.

I would strongly recommend upgrading drivers though

Dave

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org] On Behalf Of
pin.o.za@mail.toyota-shokki.co.jp
Sent: Wednesday, March 13, 2002 1:48 AM
To: pgsql-jdbc@postgresql.org; pgsql-jdbc@postgresql.org
Subject: [JDBC] Help


Now i meet a problem.
I want to know if version 6.5 driver can be used on version 7.1.3
postgresql.And my program always get a error messge
(java.sql.SQLException: No pg_hba.conf entry for my host)

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)