Initialization of Descriptor Fields
The initial value of SQL_DESC_ARRAY_SIZE in the descriptor header is 1. The
application can modify this field to enable multirow fetch.
The concept of a default value is not valid for the fields of an IRD. The only
time an application can gain access to the fields of an IRD is when there is a
prepared or executed statement associated with it.
Certain fields of an IPD are defined only after the IPD has been automatically
populated by the driver. If not, they are undefined. These fields are
SQL_DESC_CASE_SENSITIVE, SQL_DESC_FIXED_PREC_SCALE, SQL_DESC_TYPE_NAME,
SQL_DESC_UNSIGNED, and SQL_DESC_LOCAL_TYPE_NAME.