Record Count
The driver takes any action necessary to allocate and maintain whatever
storage it requires to hold descriptor information. The application does not
explicitly specify the size of a descriptor nor allocate new records. When the
application provides information for a descriptor record whose number is higher than
the value of SQL_DESC_COUNT, the driver automatically increases SQL_DESC_COUNT.
When the application unbinds the highest-numbered descriptor record, the driver
automatically decreases SQL_DESC_COUNT to contain the number of the highest
remaining bound record.