Re: accessing postgresql via odbc?

From: SCassidy(at)overlandstorage(dot)com
To: Mark Harrison <mh(at)pixar(dot)com>
Cc: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: accessing postgresql via odbc?
Date: 2005-08-10 20:13:33
Message-ID: OFAEB71F45.34AB375F-ON88257059.006EBF35-88257059.006F1AD1@myoverland.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,
I just did this myself (I'm a Unix/Linux person).

Three steps:
1. Install the PostgreSQL ODBC driver on the Windows box. (download from
http://www.postgresql.org/ftp/odbc/versions/msi/).
2. Configure the DSN on the Windows box: Go to Control Panel / Admin
Tools / Data Sources (ODBC), Under the "System DSN" tab, click on "Add".
Select "PostgreSQL" from the list. Fill in the form.
3. Tell your ODBC application to use the DSN you configured.

Worked like a charm for me.

Susan


Mark Harrison
<mh(at)pixar(dot)com> To: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Sent by: cc:
Subject: [GENERAL] accessing postgresql via odbc?

pgsql-general-owner(at)pos |-------------------|
tgresql.org | [ ] Expand Groups |
|-------------------|

08/10/2005 12:15
PM

So, I've got pg running on a linux box, and I'm informed that a
windows box should be able to access this through ODBC, about
which I am woefully uninformed.

Can somebody loan me a clue as to what I should do to make
this happen?

Many TIA!
Mark

--
Mark Harrison
Pixar Animation Studios

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

----------------------------------------------------------------------------------------------
See our award-winning line of tape and disk-based
backup & recovery solutions at http://www.overlandstorage.com
----------------------------------------------------------------------------------------------

Browse pgsql-general by date

  From Date Subject
Next Message Sven Willenberger 2005-08-10 20:24:51 Re: Index not being used unless enable_seqscan=false
Previous Message Jeff Davis 2005-08-10 20:09:23 Re: Inheritance vs. LIKE - need advice