Programmer Guide : solidDB® supported ODBC functions : Setting and retrieving descriptor fields
  
Setting and retrieving descriptor fields
SQLGetDescField
Returns the current setting or value of a single descriptor field.
Sets the value of a single field of a descriptor record.
Version introduced: 3.0
Availability when using ODBC: Supported
Conformance: ISO 92 ISO 92
SQLGetDescRec
Returns the current settings or values of multiple fields of a descriptor record. The fields returned describe the name, data type, and storage of column or parameter data.
Sets multiple descriptor fields that affect the data type and buffer bound to a column or parameter data.
Version introduced: 3.0
Availability when using ODBC: Supported
Conformance: ISO 92 ISO 92
SQLCopyDesc
Copies descriptor information from one descriptor handle to another.
Version introduced: 3.0
Availability when using ODBC: Supported
Conformance: ISO 92
See also
solidDB® supported ODBC functions