Hi, David, On Sat, Mar 7, 2026 at 12:03 PM David G. Johnston < [email protected]> wrote:
> On Sat, Mar 7, 2026 at 12:58 PM Igor Korot <[email protected]> wrote: > >> So I started looking for a way to return SQL_NO_DATA >> on that 4th column... >> > > Doesn't "No Data" refer to the result set as a whole, not individual > columns? I'd assume NULL is detected some other way. > No, I think it’s column based. The call to SQLGetData() returns data in one column. And as stated it successfully retrieves empty array for column 3 and moves on. Thank you. > David J. >
