Re: Help with JDBC connection...

Поиск
Список
Период
Сортировка
От Varun Kacholia
Тема Re: Help with JDBC connection...
Дата
Msg-id 20021113232728.B24443@cse.iitb.ac.in
обсуждение исходный текст
Ответ на Help with JDBC connection...  (Lachlan Deck <ldeck@tpg.com.au>)
Список pgsql-jdbc
> Hi there,
>
> I'm running Postgresql 7.2.1 on Mac OS X 10.1.5 and can't connect via
> jdbc. Any help would be great. Thanks....
>
> I can connect without problems to the database via psql as in
>  >psql dbname
>
> I have the following in pg_hpa.conf
> local
> all                                                              trust
> host       all         192.168.1.0   255.255.255.0      trust

 Did you try:

> host       all         192.168.1.2   255.255.255.255      trust
(provided you are connecting from 192.168.1.2)
though a temporary work-around, but it could give some more info
where exactly the problem could be.
----
Varun



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

Предыдущее
От: Lachlan Deck
Дата:
Сообщение: Help with JDBC connection...
Следующее
От: Barry Lind
Дата:
Сообщение: Re: setUseServerPrepare & typecasts