Applications can set this attribute to SQL_C_CHAR or SQL_C_BINARY to set the default fetch type for UDTs. The default value of this attribute is set depending on the following conditions:
An application can change the value of this attribute using SQLSetConnectAttr and SQLSetStmtAttr (SQLSetConnectOption and SQLSetStmtOption in ODBC 2.x). Applications can retrieve the values set using SQLGetConnectAttr and SQLGetStmtAttr (SQLGetConnectOption and SQLGetStmtOption in ODBC 2.x).
Setting the Report ODBC Types to ON always overrides DefaultUDTFetchType to SQL_C_CHAR.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]