BUG #2586: Connecting problem

Поиск
Список
Период
Сортировка
От Sunil Kumar Basu
Тема BUG #2586: Connecting problem
Дата
Msg-id 200608211326.k7LDQEYe041844@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #2586: Connecting problem  ("Magnus Hagander" <mha@sollentuna.net>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2586
Logged by:          Sunil Kumar Basu
Email address:      sunil_basu@yahoo.com
PostgreSQL version: 8.0
Operating system:   Windows XP
Description:        Connecting problem
Details:

Hi,
I am getting connected to the PostgreSQL database installed in PC1 from a
PC2 from a Delphi application using the PSQLDatabase component(PostgresDAC
components). I have furnished the following information-
Databasename
Hostname as the IP of PC1
username
Password

I am getting an EAccessviolation exception occuring with message - "Access
violation at address 77C460CB in mudule msvrct.dll. Read of address
00000000".
And then I get a blank popup with a cross marked in red.
I have also edited the pg_hba configuration file as under-
host    all         all         0.0.0.0       0.0.0.0 trust.
host    all         all         192.168.5.45       md5


And then the postgresql configuration file as-
# - Connection Settings -

#listen_addresses = '*'    # what IP interface(s) to listen on;
                # defaults to localhost, '*' = any
port = 5432
max_connections = 100

Can you help me out?

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

Предыдущее
От: Taiki Yamaguchi
Дата:
Сообщение: boolean type cast
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: BUG #2585: Please provide pkg-config support