Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?

From: John Edens <edensjc(at)sfasu(dot)edu>
To: 'Adrian Klaver' <adrian(dot)klaver(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to configure for remote TCP/IP client conncections using MS Visual Basic OLE DB calls and PostgreSQL dll's?
Date: 2011-03-09 17:59:50
Message-ID: 002001cbde83$c90b3cb0$5b21b610$@sfasu.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>If I am following, 144.96.80.35 is your server address not the clients.
>In pg_hba.conf the IPs are those from the clients you want to let in, so
>you will need to use an IP or mask that matches that of your client. To
>reduce confusion you might want to do that in the section for remote
>connections :)

>Per the explanation above your client IP does not have access to the
server.

Okay, I have set the mask as described...

I can now use pgAdmin III to access the database on the server from my
desktop machine, which I could not previously do.

However, the VB code still gives the error previously described.

Thanks for the config file help - any ideas about the OLE DB connection
problem?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaiswal Dhaval Sudhirkumar 2011-03-09 18:00:01 Re: about memory size reported by system.
Previous Message Dmitriy Igrishin 2011-03-09 17:59:40 Re: Why length(to_char(1::integer, '9')) = 2 ?