Re: NEED Postgresql ODBC driver.

From: Nils Zonneveld <nils(at)mbit(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: NEED Postgresql ODBC driver.
Date: 2001-05-18 09:36:03
Message-ID: 3B04ED00.A17C72C7@mbit.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jacky_shu wrote:
>
> Hello everyone:
>
> I am a novice in postgreSQL.So i want to get ODBC driver
> to connect with my program.Is there somebody can tell me
> where the driver can download.Or how to connect postgreSQL
> with PHP page in linux.Thanks.
>

For connecting to PostgreSQL from PHP you can look in the PHP manuals
for the chapter that describes the PHP PostgreSQL functions. They start
all with pg_*.

You can find an ODBC driver for Win32 in the odbc directory on the
PostgreSQL ftp servers.

HTH,

Nils

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Aldo Vadillo Batista 2001-05-18 10:14:05 phpPgAdmin
Previous Message Richard Huxton 2001-05-18 08:45:36 Re: Various locking questions