I have a postgres database on a different server (Unix). I'm usind jdbc to connect to the database. I would like to connect to it from home on a Windows 200 machine. I installed the latest drivers entered the correct information into the 'database','server','user name','port','password'
Should I have a pg_hba.conf file? I didn't download Postgres, I only have the driver...
when I run the java program, I get this error message:
System Exception in connect
Something unusual has occured to cause the driver to fail.
Please report this exception: Exception: java.sql.SQLException: No pg_hba.conf entry for host 200.6.1
73.208, user djam, database djam
Stack Trace:
java.sql.SQLException: No pg_hba.conf entry for host 200.6.173.208, user djam, database djam
at org.postgresql.Connection.openConnection(Unknown Source)
.........
.........
.........
thanks " ahhh computers, how they made our lives much simpler "
Should I have a pg_hba.conf file? I didn't download Postgres, I only have the driver...
when I run the java program, I get this error message:
System Exception in connect
Something unusual has occured to cause the driver to fail.
Please report this exception: Exception: java.sql.SQLException: No pg_hba.conf entry for host 200.6.1
73.208, user djam, database djam
Stack Trace:
java.sql.SQLException: No pg_hba.conf entry for host 200.6.173.208, user djam, database djam
at org.postgresql.Connection.openConnection(Unknown Source)
.........
.........
.........
thanks " ahhh computers, how they made our lives much simpler "