Methods that Support LOB Locators

ODBC API methods support LOB locators.

  • SQLBindColTargetType can be any of the ODBC C locator datatypes.

  • SQLBindParameterValueType can be any of the ODBC C locator datatypes. ParameterType can be any of the ODBC SQL locator datatypes.

  • SQLGetDataTargetType can be any of the ODBC C locator datatype.

  • SQLColAttribute – the SQL_DESC_TYPE and SQL_DESC_CONCISE_TYPE descriptors can return any of the ODBC SQL locator datatype.

  • SQLDescribeCol – the datatype pointer can be any of the ODBC SQL locator datatypes.

See Microsoft ODBC API Reference.