Programming Considerations - OLE DB Provider for Teradata

OLE DB Provider for Teradata User Guide

Product
OLE DB Provider for Teradata
Release Number
15.00
Language
English (United States)
Last Update
2018-09-28
dita:id
B035-2498
Product Category
Teradata Tools and Utilities

Programming Considerations

OLE DB Provider for Teradata supports the following DBCOLUMNFLAGS:

  • DBCOLUMNFLAGS_ISFIXEDLENGTH
  • DBCOLUMNFLAGS_ISNULLABLE
  • DBCOLUMNFLAGS_MAYBENULL
  • DBCOLUMNFLAGS_WRITEUNKNOWN
  • For those flags that OLE DB Provider for Teradata does not support, the bit assigned to the unsupported flags in the dwFlags element of the DBCOLUMNINFO structure is always set to 0.

    For more information, refer to the Microsoft Developer’s Network (MSDN) documentation on IColumnsInfo::GetColumnInfo.

  • MSDN Library - See http://msdn.microsoft.com/library/
  • OLE DB Programmer’s Guide
  • Part 4 OLE DB Reference
  • OLE DB Interfaces
  • IColumnsInfo
  • IColumnsInfo::GetColumnInfo
  • For information about the values returned in the pwszName and columnid fields of the DBCOLUMNINFO structures, see “TDPROP_INIT_USEASCOLUMNNAME” on page 101.