Data Buffer Address
SQLINTEGER DateInd;
SQLBindCol(hstmt, 1, SQL_C_TYPE_DATE, &dsDate, 0, &DateInd);
Unless it is specifically prohibited, the address of a data buffer can be a
null pointer. For buffers used to send data to the driver, this causes the driver
to ignore the information normally contained in the buffer. For buffers used
to retrieve data from the driver, this causes the driver to not return a value.
In both cases, the driver ignores the corresponding data buffer length argument.