Re: ODBC : SQLGetData question

From: Dev Kumkar <devdas(dot)kumkar(at)gmail(dot)com>
To: Harun Trefry <aihtdikh(at)gmail(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC : SQLGetData question
Date: 2014-05-14 09:07:36
Message-ID: CALSLE1O=1c8_Cw+r8HOmz+AGSHDV1UKp5SJhMHTqLbcxyRu8PQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On Wed, May 14, 2014 at 2:17 PM, aihtdikh <aihtdikh(at)gmail(dot)com> wrote:

> That will work around the issue, but I'm stumped as to why it was not
> working for you already.
>
> It seems like your platform must be 64bit, and something somewhere is
> converting what should be a 64bit SQLLEN into a 32bit value, but I can't
> find anywhere in the source that does anything unsafe in this regard - it's
> SQLLEN all the way.
>
> Edit: Ah, Nick may be on the right path there.
> Could the driver have been compiled with a different sqltypes.h than the
> application?
> If so, you could try compiling the driver under the same setup as your
> application to see if that fixes it.
>
>
> Regards,
> Harun
>
Yes, the platform is 64-bit.
We are deploying the driver as it is and not compiling it in-house
currently.

Do you see any issues with the (int) typecast done for SQLLEN?

Regards...

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message aihtdikh 2014-05-14 09:23:26 Re: ODBC : SQLGetData question
Previous Message aihtdikh 2014-05-14 08:47:25 Re: ODBC : SQLGetData question