why it is impossible to connect to the data base?

Поиск
Список
Период
Сортировка
От BELEM Mahamadou
Тема why it is impossible to connect to the data base?
Дата
Msg-id 481487.67938.qm@web27502.mail.ukl.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Schiefelbein, Mary Curran"
Дата:
Сообщение: Re: Cygwin and postgresql connexion
Следующее
От: "Nick Texidor"
Дата:
Сообщение: Updating postgres 7.4.5 to 8 via cygwin