solidDB Help : Programming : solidDB ODBC API : Using ODBC extensions to SQL : Additional ODBC extension functions
  
Additional ODBC extension functions
ODBC provides the following functions that are 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()
Set or retrieve statement options, such as asynchronous processing, orientation for binding rowsets, maximum amount of variable length data to return, maximum number of result set rows to return, and query timeout value.
Note that SQLSetConnectAttr() sets options for all statements in a connection.
Go up to
Using ODBC extensions to SQL