why it is impossible to connect to the data base? - Mailing list pgsql-cygwin

From BELEM Mahamadou
Subject why it is impossible to connect to the data base?
Date
Msg-id 481487.67938.qm@web27502.mail.ukl.yahoo.com
Whole thread Raw
List pgsql-cygwin
Dear all

I tried to connect my data base using a C++ program.

I use the following instructions  but it is impossible to make the connection.
Can someone explain me the problem.

 PGconn *conn;
 conn = PQsetdbLogin("localhost",
                     NULL,
                     NULL,
                     NULL,
                     "database",
                     "user",
                     "password");

Best regards



Envoyé avec Yahoo! Mail.
Une boite mail plus intelligente.

pgsql-cygwin by date:

Previous
From: "Schiefelbein, Mary Curran"
Date:
Subject: Re: Cygwin and postgresql connexion
Next
From: "Nick Texidor"
Date:
Subject: Updating postgres 7.4.5 to 8 via cygwin