Re: FoxPro in WINE to Postgresql on LINUX?

From: William Yu <wyu(at)talisys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: FoxPro in WINE to Postgresql on LINUX?
Date: 2005-10-24 19:45:41
Message-ID: djjdl7$rl8$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

MargaretGillon(at)chromalloy(dot)com wrote:
> VFP will run in WINE up to VFP version 8. But the people I talk to that
> are doing this are using VFP's native tables. Does anyone know if it's
> possible to run VFP8 in WINE and connect to Postgresql on a Linux
> server? I think part of the question here is how would WINE emulate the
> ODBC to get to the Postgresql server.

I can confirm FoxPro running under Wine/Linux can access Postgres via
ODBC and performs nearly comparable to FoxPro under Windows. I got 90%+
performance on some of my data processing programs. Where you do get
really slow is accessing DBFs over the network because NFS is so
inefficient.

It doesn't work with UnixODBC so you need to install the Postgres
Windows ODBC driver under WINE. Double-click on the ODBC installer, then
type: wine odbcad32.exe to launch the config file.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tomas 2005-10-24 20:00:34 Re: PostgreSQL 8.1 Beta 4
Previous Message Aaron Glenn 2005-10-24 19:30:50 Re: pg_dump with low priority?