Re: [GENERAL] ODBC driver

Поиск
Список
Период
Сортировка
От Brett W. McCoy
Тема Re: [GENERAL] ODBC driver
Дата
Msg-id Pine.LNX.3.96.980602223504.1005K-100000@dragosani.lan2wan.com
обсуждение исходный текст
Ответ на ODBC driver  (Peter Cordone <pcordone@ee.net>)
Ответы Re: [GENERAL] ODBC driver  (Kevin Heflin <kheflin@shreve.net>)
Список pgsql-general
On Tue, 2 Jun 1998, Peter Cordone wrote:

> I downloaded and installed the ODBC driver for Postgres.  I have a linux
> box on the network and the postgres server is running on it.  I am
> trying to connect to the sample database mydb from a Windows NT ver 4.0
> machine though ODBC with C++ Builders BDE.
>
> I get the following errors:
>
> Unknown user name or password.
>
> Failed to authenticate client as Postgres user 'pcordone' using <unknown
> authentication type>: be_recvauth: unrecognized

Did you create a Postgres user with the 'createuser' tool (usually run by
the postgres superuser (but not root))?  This allows designated users to
use postgresql databases, and in some cases, create and destroy and even
set database permissions for other users.

Brett W. McCoy
                                        http://www.lan2wan.com/~bmccoy/
-----------------------------------------------------------------------
"The number of UNIX installations has grown to 10, with more expected."
   -- The UNIX Programmer's Manual, 2nd Edition, June, 1972


В списке pgsql-general по дате отправления:

Предыдущее
От: "Brett W. McCoy"
Дата:
Сообщение: Re: [GENERAL] Graphical database maintenence design tool
Следующее
От: Kevin Heflin
Дата:
Сообщение: Re: [GENERAL] ODBC driver