Re: Filemaker and pgsql - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: Filemaker and pgsql
Date
Msg-id 3B5CCCFC.CC28405F@tpf.co.jp
Whole thread Raw
In response to Filemaker and pgsql  (Randall Perry <rgp@systame.com>)
List pgsql-odbc
charlie derr wrote:
>
> Meanwhile, I have some simple questions about how to set things up on
> linux (where my postgresql is installed).  I have tried both iodbc and
> unixODBC, but so far haven't had any success yet.

unixODBC has its own driver for PostgreSQL and the name is
libodbcpsql.so. Probably you could get the library automatically
when you install unixODBC.

> I assume that I'm
> supposed to use libpsqlodbc.so as my driver, but iodbc just seems to
> crash when i try to use that for a driver,

Please check the following if you'd like to use the driver
with iODBC.

1) Use ~/.odbc.ini(user DSN) for odbc.ini.
2) Never insert tabs between keywords and '='.
3) Keywords are case sensitive. i.e Servername, Database,
   Port, Username, Password, ReadOnly ...

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: charlie derr
Date:
Subject: Re: Filemaker and pgsql
Next
From: Olivier Berger
Date:
Subject: Re: Filemaker and pgsql