Programmer Guide : solidDB® ODBC API : Using ODBC extensions to SQL : Additional ODBC extension functions
  
Additional ODBC extension functions
ODBC provides the following functions related to SQL statements.
See “API reference” in the Microsoft ODBC Programmer's Reference for more information about these functions.
Function
Description
SQLDescribeParam
Retrieves information about prepared parameters.
SQLNumParams
Retrieves the number of parameters in an SQL statement.
SQLSetStmtAttr
SQLSetConnectAttr
SQLGetStmtAttr
These functions set or retrieve statement options, such as asynchronous processing, orientation for binding rowsets, maximum amount of variable length data to return, maximum number of resultset rows to return, and query timeout value. Note that SQLSetConnectAttr sets options for all statements in a connection.
See also
Using ODBC extensions to SQL