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

The following programming considerations apply:

  • Teradata Database does not return parameter information. Therefore, OLE DB Provider for Teradata does not support GetParameterInfo unless the consumer describes the parameter via SetParameterInfo.
  • Always set the information for a parameter via SetParameterInfo before calling GetParameterInfo.
  • If the consumer has not called SetParameterInfo, then GetParameterInfo returns the DB_E_PARAMUNAVAILABLE error code.