Re: Client Window-VFP with Linux-PostgreSQL

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: Giuliano <ggonzale(at)delvalle(dot)com(dot)pe>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Client Window-VFP with Linux-PostgreSQL
Date: 2001-02-20 23:29:22
Message-ID: 3A92FDD2.7D1631F1@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Giuliano wrote:
>
> Hi all
> I develop in Visual FoxPro and I need to connect a client of Visual FoxPro
> with a database PostgreSQL of a Server Linux
> can somebody help me?

Use the ODBC driver. You can get it from

ftp://www.postgresql.org/pub/odbc/latest/

And make sure your postgres runs with tcp-socet access on (switch -i)
and that you client computer is allowed to connect, see data/pg_hba.conf

----------------
Hannu

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-02-20 23:30:41 Re: [HACKERS] Re: v7.1b4 bad performance
Previous Message Giuliano 2001-02-20 23:16:47 Client Window-VFP with Linux-PostgreSQL