Re: How to properly perform this? - Mailing list pgsql-odbc

From Igor Korot
Subject Re: How to properly perform this?
Date
Msg-id CA+FnnTw5TA7wQBAayk-L_Oo783rZTrujXn_Lw9z11NhLBtmbCg@mail.gmail.com
Whole thread
In response to How to properly perform this?  (Igor Korot <ikorot01@gmail.com>)
Responses Re: How to properly perform this?
List pgsql-odbc
Hi, Nick,

On Sat, Mar 7, 2026 at 11:41 PM Nick Gorham <nick@lurcherlink.org> wrote:
>
> If I understand the question:
>
>      if( ind[3] == SQL_NULL_DATA )
>
> Assuming ind is an array of SQLLEN (ie signed).

If I understand the spec correctly, that check shouldn't be necessary
as the very first call to SQLGetData() should just return SQL_NO_DATA
from the NULL column.

But in the meantime I added that check.

Thank you.

>
> --
> Nick Gorham



pgsql-odbc by date:

Previous
From: Nick Gorham
Date:
Subject: Re: How to properly perform this?
Next
From: Nick Gorham
Date:
Subject: Re: How to properly perform this?