Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 3.74 KB

date-and-time-improvements-ole-db.md

File metadata and controls

44 lines (33 loc) · 3.74 KB
title description author ms.author ms.date ms.service ms.topic helpviewer_keywords
Date and Time Improvements (OLE DB)
SQL Server Native Client Date and Time Improvements (OLE DB)
markingmyname
maghan
03/14/2017
sql
reference
date/time [OLE DB]
OLE DB, date/time improvements

SQL Server Native Client Date and Time Improvements (OLE DB)

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

[!INCLUDEsql2008-md] introduces new date and time data types. This section describes how these new types are exposed as extensions in [!INCLUDEssNoVersion] Native Client. For an overview of the [!INCLUDEssNoVersion] Native Client support for the new date and time data types, see Date and Time Improvements. For a sample, see Use Enhanced Date and Time Features (OLE DB).

For more general information about date and time data types, see datetime (Transact-SQL).

In This Section

Data Type Support for OLE DB Date and Time Improvements
Provides information about OLE DB ( [!INCLUDEssNoVersion] Native Client) types that support [!INCLUDEssNoVersion] date and time data types.

Metadata (OLE DB)
Contains information about the DBBINDING structure, ICommandWithParameters::GetParameterInfo, ICommandWithParameters::SetParameterInfo, IColumnsRowset::GetColumnsRowset, and IColumnsInfo::GetColumnInfo. Also provides information about updates to OLE DB schema rowsets.

Bindings and Conversions (OLE DB)
Describes the rules for conversion between server and client for both existing and new date types.

Bulk Copy Changes for Enhanced Date and Time Types (OLE DB and ODBC)
Describes date/time enhancements to support bulk copy operations.

OLE DB API Support for Date and Time Enhancements
Describes the OLE DB APIs that support enhanced date/time features.

Comparability for IRowsetFind
Describes date/time types and IRowsetFind.

New Date and Time Features with Previous SQL Server Versions (OLE DB)
Describes the expected behavior when a client application that uses enhanced date and time features communicates with an older version of [!INCLUDEssNoVersion], and when a client compiled with an older version of [!INCLUDEssNoVersion] Native Client sends commands to a server that supports enhanced date and time features.

See Also

SQL Server Native Client (OLE DB)