| title | PROVIDER_COLUMN_ENTRY_FIXED | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | 71f9c9aa-56a0-488b-96ba-5c72da9c71d0 | |||||||||||||
| caps.latest.revision | 7 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Represents a specific column supported by the provider.
PROVIDER_COLUMN_ENTRY_FIXED(
name
, ordinal, dbtype, member )
name
[in] The column name.
ordinal
[in] The column number. Unless the column is a Bookmark column, the column number must not be 0.
dbtype
[in] The data type in DBTYPE.
member
[in] The member variable in dataClass that stores the data.
Allows you to specify the column data type.
See BEGIN_PROVIDER_COLUMN_MAP.
Header: atldb.h
Macros for OLE DB Provider Templates
OLE DB Provider Templates
OLE DB Provider Template Architecture
Creating an OLE DB Provider