Re: Installation problems

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Bob_Bachman(at)Intercept(dot)com, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Installation problems
Date: 2015-03-26 14:37:36
Message-ID: 551419B0.9030006@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 03/26/2015 07:21 AM, Robert S. Bachman wrote:
> Thank you. Yes, I'm using Windows 7 (64b).
>
> I invoked the dialog and setup a data source but I'm still having problems
> connecting.
>
> I attached a snippet of the driver setup dialog. When I hit the Test button,
> I get a
> Dialog stating. "Could not connect to the server; Could not resolve
> hostname."
>
> The Server entry in the dialog is: "PostgreSQL 9.0 (x86)(localhost:5432)"

PostgreSQL 9.0 (x86)(localhost:5432) is just an identifier pgAdmin
creates to differentiate servers in the their server tree dialog.

Assuming the server is on the same machine as the ODBC driver then the
Server entry should be:

localhost

If the ODBC client is remote to the Postgres server then the Server
entry would be the

IP address, say 192.168.0.56

or a hostname, say dbserver.example.com

>
> The second attachment is a snippet of the pgAdmin dialog that shows the
> Server name and the databases.
>
> We have an application that uses OTL to connect to various databases and
> we've recently
> Received a request from a customer for PostgreSQL.
>
> Any help you can provide would be greatly appreciated.
>
> Thank you again.
>
> Bob Bachman
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Carter Chee 2015-03-26 20:19:31 Need to make a 32 bit PostgreSQL ODBC driver for Linux
Previous Message jaime soler 2015-03-26 11:46:02 Re: Controlador psqlodb