Re: ODBC

From: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
To: Carol Walter <carol(dot)walter(at)sbcglobal(dot)net>
Cc: "pgadmin-support(at)postgresql(dot)org" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: ODBC
Date: 2014-04-14 15:48:57
Message-ID: CABvLTWErEcNkqJa+K7mmdwus4DjmQaGgDaGTie1tvYFKg-wJaQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Mon, Apr 14, 2014 at 8:18 AM, Carol Walter <carol(dot)walter(at)sbcglobal(dot)net>wrote:

> I am trying to get ODBC working so I can link from MS Access to a
> postgresql database. The connection isn’t working. The ODBC driver I’m
> trying to use is a third party product. Their support people are telling
> me that the problem is on the postgres side. They’re telling me that that
> the postgres database is not listening on the right port, it’s set up to
> listen at 5432. What files should I look at to make sure Postgresql is
> listening at the right port and IP address. What should the lines look
> like.
>
>
You can run nmap against the server running postgres to see what port it is
using.

C:\Documents and Settings\rbroersma>nmap localhost

Starting Nmap 6.45 ( http://nmap.org ) at 2014-04-14 08:46 Pacific Daylight
Time
Skipping SYN Stealth Scan against localhost (127.0.0.1) because Windows
does not support scanning your own machine (localhost) this way.
Nmap scan report for localhost (127.0.0.1)
Host is up.
PORT STATE SERVICE
...
5432/tcp unknown postgresql
...

Nmap done: 1 IP address (1 host up) scanned in 2.13 seconds

You can get nmap from:
http://nmap.org/download.html

--
Regards,
Richard Broersma Jr.

In response to

  • ODBC at 2014-04-14 15:18:17 from Carol Walter

Browse pgadmin-support by date

  From Date Subject
Next Message jaime soler 2014-04-15 07:54:28 Re: Error climb Postgres
Previous Message Carol Walter 2014-04-14 15:18:17 ODBC