Re: Remote connection through ODBC

From: HAAS Benjamin <Benjamin(dot)HAAS(at)cstb(dot)fr>
To: "Inoue, Hiroshi" <inoue(at)tpf(dot)co(dot)jp>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Remote connection through ODBC
Date: 2013-07-11 07:53:18
Message-ID: DB384A4D8014F74BB277756EA448108725213B49@Maude2010.cstb.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

Problem solved late yesterday, the problem was indeed in odbc.ini. The keyword for the server name, user name and the port are not the same as for MySQL. I was not aware of that. Sorry for polluting your mail boxes with such a trivial problem !

Best.

-----Message d'origine-----
De : Inoue, Hiroshi [mailto:inoue(at)tpf(dot)co(dot)jp]
Envoyé : jeudi 11 juillet 2013 01:40
À : HAAS Benjamin
Cc : pgsql-odbc(at)postgresql(dot)org
Objet : Re: [ODBC] Remote connection through ODBC

Hi,

(2013/07/10 23:47), HAAS Benjamin wrote:
> Dear all
>
> I am a newbie using PostgreSQL, for instance through ODBC. I have
> troubles with the remote connection through ODBC. I have a PostgreSQL
> 9.1 instance on an Ubuntu 13.04, a client on a Centos 6.4.
>
> ODBC driver on the CentOs machine is the standard one shipped in the
> CentOS repo, version 08.04.0200.
>
> I have no problem to connect locally to the PostgreSQL from the Ubuntu
> machine. However, when I try an isql query from the Centos client, i
> get
> [ISQL]ERROR: Could not SQLConnect.
>
> Note that the file postgresql.conf contains a listen_adresses='*', and
> pg_hba.conf contains the line host all all 0.0.0.0/0 md5
>
> On the other hand, I have no problem to connect through pgadmin3 from
> the CentOS machine. As well with the psql commant : it works.
>
> At the end, I am interested in querying the database from a C code :
> of course it does not work
>
> File obc.ini contains correct credentials (and a connection to a MySQL
> server works)

Could you please show us your odbc.ini?

regards,
Hiroshi Inouw

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Mike Landl 2013-07-11 17:56:32 unixODBC library "odbcinst" not found when configuring psqlodbc-09.01.0100
Previous Message Inoue, Hiroshi 2013-07-10 23:39:52 Re: Remote connection through ODBC