Re: Help with setting Posgresql on Linux to work with ASP

From: Tim Ellis <pvspam-postgres(at)hacklab(dot)net>
To: Arthur <arthur8(at)boardermail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Help with setting Posgresql on Linux to work with ASP
Date: 2003-04-08 20:10:34
Message-ID: 1049832634.2337.252.camel@timetop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, 2003-04-08 at 07:00, Arthur wrote:
> I am running Postgresql on a Linux box. However I am also running ASP
> on IIS on a Windows box. How do I go about getting the ASP code to
> talk to the Postgresql database?
>
> I think there is a a ODBC driver for Postgressql, but do I install the
> direr on the win2k box or on the Linux box?

You install the ODBC driver on the Windows box. The ASP code talks via
the ODBC driver to the database.

--
Tim Ellis
Senior Database Architect and author, tedia2sql (http://tedia2sql.tigris.org)
If this helped you, http://svcs.affero.net/rm.php?r=philovivero

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Jeff Boes 2003-04-08 20:30:01 Re: pg_class.reltuples not reset by VACUUM?
Previous Message Dennis Gearon 2003-04-08 19:55:35 Re: [GENERAL] Problem about Triggers and Function