Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 920 Bytes

File metadata and controls

36 lines (24 loc) · 920 Bytes
title Comparability for IRowsetFind
description SQL Server Native Client Comparability for IRowsetFind
author markingmyname
ms.author maghan
ms.date 03/04/2017
ms.service sql
ms.topic reference
helpviewer_keywords
IRowsetFind comparability [ODBC]

SQL Server Native Client Comparability for IRowsetFind

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

For date/time types only, IRowsetFind supports the following comparisons:

  • LT

  • LE

  • EQ

  • GE

  • GT

  • NE

  • IGNORE

If any other comparison is attempted, DB_E_BADCOMPAREOP is returned. This is consistent with the OLE DB specification.

See Also

Date and Time Improvements (OLE DB)