Re: [GENERAL] ODBC constructs

From: Dann Corbit <DCorbit(at)connx(dot)com>
To: 'Dev Kumkar' <devdas(dot)kumkar(at)gmail(dot)com>
Cc: John R Pierce <pierce(at)hogranch(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>, "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [GENERAL] ODBC constructs
Date: 2013-05-22 02:25:50
Message-ID: 87F42982BF2B434F831FCEF4C45FC33E64E819C3@EXCHANGE.corporate.connx.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-odbc

From: Dev Kumkar [mailto:devdas(dot)kumkar(at)gmail(dot)com]
Sent: Tuesday, May 21, 2013 7:13 PM
To: Dann Corbit
Cc: John R Pierce; pgsql-general(at)postgresql(dot)org; pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] [GENERAL] ODBC constructs

On Tue, May 21, 2013 at 7:09 PM, Dann Corbit <DCorbit(at)connx(dot)com<mailto:DCorbit(at)connx(dot)com>> wrote:
The ODBC library is contained in either the iodbc or unixodbc RPMs.
The correct RPM to use will depend on your operating system.

Where are these located?
>>
I do not know if you have 64 bit or 32 bit Linux and if it is Redhat or Mandrake or whatever.
To be clear:
The PostgreSQL distribution allows you to download the PostgreSQL ODBC driver. The PostgreSQL ODBC driver is not a library. It is a shared object that uses a standardized API to communicate with the PostgreSQL database. This allows standards based tools to access the data by linking to a single library (the ODBC library) and then connecting to as many different database systems as you like that have well written ODBC drivers.
In order to use an ODBC driver, you do need an ODBC library. Microsoft has one that comes installed. For Posix systems, you can choose between IODBC and UNIXODBC implementations. I would probably try them both if I were you and choose the one that I like best.
Maybe this google query can help you:
https://www.google.com/search?q=%28iodbc+OR+unixodbc%29+postgresql+tutorial&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:unofficial&client=firefox-nightly#client=firefox-nightly&hs=6pK&rls=org.mozilla:en-US%3Aunofficial&sclient=psy-ab&q=%28iodbc+OR+unixodbc%29+postgresql+tutorial&oq=%28iodbc+OR+unixodbc%29+postgresql+tutorial&gs_l=serp.12...0.0.0.39894.0.0.0.0.0.0.0.0..0.0...0.0...1c..14.psy-ab.E8PvcYa5HCc&pbx=1&bav=on.2,or.r_qf.&bvm=bv.46751780,d.cGE&fp=9deb35a4864e0689&biw=1920&bih=1027
<<

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dev Kumkar 2013-05-22 02:27:28 Re: [ODBC] ODBC constructs
Previous Message Dev Kumkar 2013-05-22 02:13:18 Re: [ODBC] ODBC constructs

Browse pgsql-general by date

  From Date Subject
Next Message Dev Kumkar 2013-05-22 02:27:28 Re: [ODBC] ODBC constructs
Previous Message luis redondo 2013-05-22 02:15:18 Authorization,Authentication issues trying basic commands.

Browse pgsql-odbc by date

  From Date Subject
Next Message Dev Kumkar 2013-05-22 02:27:28 Re: [ODBC] ODBC constructs
Previous Message Dev Kumkar 2013-05-22 02:13:18 Re: [ODBC] ODBC constructs