From: | BELEM Mahamadou <mabelem2003(at)yahoo(dot)fr> |
---|---|
To: | pgsql-cygwin(at)postgresql(dot)org |
Subject: | why it is impossible to connect to the data base? |
Date: | 2008-06-23 16:46:43 |
Message-ID: | 481487.67938.qm@web27502.mail.ukl.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
_____________________________________________________________________________
Envoyez avec Yahoo! Mail. Une boite mail plus intelligente http://mail.yahoo.fr
From | Date | Subject | |
---|---|---|---|
Next Message | Nick Texidor | 2008-06-29 08:13:12 | Updating postgres 7.4.5 to 8 via cygwin |
Previous Message | Schiefelbein, Mary Curran | 2008-06-23 13:38:18 | Re: Cygwin and postgresql connexion |