Hi, Nick,
On Sat, Mar 7, 2026 at 11:41 PM Nick Gorham <nick(at)lurcherlink(dot)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