|
Dumb question, but are you sure you want
port 6432 instead of 5432? Or was this a typo? Cheers, Mark Taber State of Department of Finance Infrastructure & Architecture Unit 916.323.3104 x2945 From: Mohammad Tanvir
Huda [mailto:[EMAIL PROTECTED] Hello Everyone I have installed Postgres server in a network and i am trying to
use the database using Java code from other network. I have set the tcp_ip=true in postgresql.conf file. I have also add the follwing line in the pg_hba.conf Then i start the server in port 6432. After that i want to access the application using the following
javacode. import java.sql.*; // All we need for JDBC public class HelloPost public HelloPost() try{ db.close(); public static void main (String args[]) try But this
give me the following error
Can anyone please tell me where is the error. what should i doo .. regards Shayer Do you Yahoo!? |
- [ADMIN] Connecting Postgres using other ... Mohammad Tanvir Huda
- Re: [ADMIN] Connecting Postgres usi... Taber, Mark
- Re: [ADMIN] Connecting Postgres usi... Tom Haddon
- Re: [ADMIN] Connecting Postgres usi... Gustavo Franklin N�brega - PLANAE
- Re: [ADMIN] Connecting Postgres usi... Bender, Cheryl
- Re: [ADMIN] Connecting Postgres... Mohammad Tanvir Huda
- Re: [ADMIN] Connecting Post... Mohammad Tanvir Huda
- Re: [ADMIN] Connecting Postgres usi... Andrew Janian
- Re: [ADMIN] Connecting Postgres... Mohammad Tanvir Huda
- Re: [ADMIN] Connecting Postgres usi... Andrew Janian
