Consistency Check
The SQL_DESC_DATA_PTR field of an IPD is not normally set; however, an
application can do so to force a consistency check of IPD fields. The value that the
SQL_DESC_DATA_PTR field of the IPD is set to is not actually stored, and cannot
be retrieved by a call to SQLGetDescField or SQLGetDescRec; the setting is made only to force the consistency check. A consistency check
cannot be performed on an IRD.
For more information on the consistency check, see SQLSetDescRec.