Compiling ODBC Applications

From: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>, Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>, Josh Berkus <josh(at)agliodbs(dot)com>, John Pierce <pierce(at)hogranch(dot)com>
Subject: Compiling ODBC Applications
Date: 2014-05-15 05:25:55
Message-ID: CALSLE1OBEysh-iE-AVwFMAwWu04r+iKW_wY8oX+Jq+a2-2SRdA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hello,

Can you please provide help on following questions related to compiling
ODBC applications on Linux RHEL 5:

1. Which ODBC driver should be downloaded for Linux 64 bit (and also Win 64
bit) for postgres (9.3.4)?

2. Which ODBC developer package should be present when building ODBC
applications against postgres ODBC driver? (Shouldn't everything in ODBC
header files match with what is in postgres driver .so files?)

3. Is there a postgres specific ODBC developer package (like, say,
‘unixODBC-devel’ rpm you get on Linux)?

4. Is '(int)-1' being returned instead of '(SQLLEN)-1' from SQLGetData for
NULL values? If yes then is this by design? On linux 64 bit, observed
SQLLEN is not int.

Regards...

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-05-15 06:46:56 Commit ad2a4ae causing more damages than fixes in regression tests
Previous Message Itnal, Prakash (NSN - IN/Bangalore) 2014-05-15 04:50:53 Re: Issue with retry_count in socket.c and fix for the same