Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 920 Bytes

comparability-for-irowsetfind.md

File metadata and controls

36 lines (24 loc) · 920 Bytes
title description author ms.author ms.date ms.service ms.topic helpviewer_keywords
Comparability for IRowsetFind
SQL Server Native Client Comparability for IRowsetFind
markingmyname
maghan
03/04/2017
sql
reference
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)