User Documentation
Ispirer Toolkit Overview
Pricing
ODBC - SQLSetDescRec Function
| ODBC - SQLSetDescRec | |
|---|---|
| Syntax | SQLRETURN SQLSetDescRec( SQLHDESC DescriptorHandle, SQLSMALLINT RecNumber, SQLSMALLINT Type, SQLSMALLINT SubType, SQLLEN Length, SQLSMALLINT Precision, SQLSMALLINT Scale, SQLPOINTER DataPtr, SQLLEN* StringLengthPtr, SQLLEN* IndicatorPtr); |
| Description | Function sets multiple descriptor fields that affect the data type and buffer bound to a column or parameter data. |
| Returns | SQL_SUCCESS, SQL_SUCCESS_WITH_INFO, SQL_ERROR, or SQL_INVALID_HANDLE |