Re: ODBC Support

From: Jeff <threshar(at)torgo(dot)978(dot)org>
To: "Paul Simpson" <Paul(dot)Simpson(at)spgs(dot)org>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: ODBC Support
Date: 2004-03-15 15:02:43
Message-ID: CFC7CF7C-7691-11D8-9B11-000D9366F0C4@torgo.978.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Mar 15, 2004, at 7:49 AM, Paul Simpson wrote:

> Anyway, in a section on ODBC (page 439 if you have the book) it says
> that for ODBC support, you need to compile with the option
> --with-odbcinst. It then says you need to import a file called
> "odbc.sql" into template1. Given some odd problems I have been having
> with using ODBC, I wondered if this is my problem.
>

What you want is the psqlodbc driver available from
http://gborg.postgresql.org/project/psqlodbc/projdisplay.php

Note: If you are using it on unix it is not threadsafe! (But it is
threadsafe on win)

Also, the only thing odbc.sql does is add common odbc functions. It is
not needed for you to use odbc.

good luck.

--
Jeff Trout <jeff(at)jefftrout(dot)com>
http://www.jefftrout.com/
http://www.stuarthamm.net/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-03-15 15:06:41 Re: ODBC Support
Previous Message Paul Simpson 2004-03-15 12:49:13 ODBC Support