Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.66 KB

data-types-ole-db.md

File metadata and controls

34 lines (25 loc) · 1.66 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Data types (OLE DB driver)
Learn how OLE DB Driver for SQL Server maps SQL Server data types to OLE DB types for binding parameters/columns and creating tables using ITableDefinition.
David-Engel
davidengel
06/14/2018
sql
connectivity
reference
mapping data types [OLE DB]
OLE DB Driver for SQL Server, data types
data types [OLE DB]
OLE DB, data types

Data Types (OLE DB)

[!INCLUDE SQL Server]

[!INCLUDEDriver_OLEDB_Download]

In order to execute [!INCLUDEtsql] statements and process the results using the OLE DB Driver for SQL Server, you must know how the OLE DB Driver for SQL Server maps [!INCLUDEssNoVersion] data types to OLE DB data types when binding parameters or columns in a rowset, and when it uses the ITableDefinition interface to create a table in [!INCLUDEssNoVersion].

In This Section

See Also

OLE DB Driver for SQL Server Programming