Re: [ODBC] ODBC constructs

From: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
To: Dann Corbit <DCorbit(at)connx(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: [ODBC] ODBC constructs
Date: 2013-05-22 02:02:31
Message-ID: CALSLE1MADFSVPUb+SPdQ38=N4oiz-CvJEUprTWOBaUdsaGNrYg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-general pgsql-odbc

On Tue, May 21, 2013 at 5:21 PM, Dann Corbit <DCorbit(at)connx(dot)com> wrote:

> When you install an ODBC driver, it does not install a library. It
> installs a DLL or shared object.
>
> If you have already installed the driver, then set up your data source
> with a data source manager.****
>
> ** **
>
> IODBC is a popular driver manager:****
>
> http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/****
>
> ** **
>
> and UNIXODBC is another popular choice for an ODBC driver manager:****
>
> http://www.unixodbc.org/****
>
> ** **
>
> You link your application against the ODBC library for your platform.
> Then it works with any data source you have configured using your driver
> manager.****
>
> ** **
>
> Here is a little blurb about driver managers:****
>
>
> http://dev.mysql.com/doc/connector-odbc/en/connector-odbc-driver-manager.html
> ****
>
> ** **
>
> Here is an outline of using ODBC with IODBC:****
>
> http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/ODBCOnUnix****
>
> ** **
>
> Here are the UNIXODBC manuals:****
>
> http://www.unixodbc.org/doc/
>

The link
http://www.enterprisedb.com/products-services-training/pgdownload#windows which
you had earlier provided was postgres installation. It installed libpq but
odbc library was not installed. I hope am looking at correct things.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dann Corbit 2013-05-22 02:09:10 Re: [GENERAL] ODBC constructs
Previous Message John R Pierce 2013-05-22 01:28:15 Re: [ODBC] ODBC constructs

Browse pgsql-general by date

  From Date Subject
Next Message Dann Corbit 2013-05-22 02:09:10 Re: [GENERAL] ODBC constructs
Previous Message John R Pierce 2013-05-22 01:28:15 Re: [ODBC] ODBC constructs

Browse pgsql-odbc by date

  From Date Subject
Next Message Dann Corbit 2013-05-22 02:09:10 Re: [GENERAL] ODBC constructs
Previous Message John R Pierce 2013-05-22 01:28:15 Re: [ODBC] ODBC constructs