Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 736 Bytes

File metadata and controls

17 lines (17 loc) · 736 Bytes
title Comparing Bookmarks
description Comparing Bookmarks
author dlevy-msft-sql
ms.author dlevy
ms.reviewer davidengel, sunilbs, mcimfl
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic concept-article
helpviewer_keywords
result sets [ODBC], bookmarks
comparing bookmarks [ODBC]
bookmarks [ODBC]

Comparing Bookmarks

Because bookmarks are byte-comparable, they can be compared for equality or inequality. To do so, an application treats each bookmark as an array of bytes and compares two bookmarks byte-by-byte. Because bookmarks are guaranteed to be distinct only within a result set, it makes no sense to compare bookmarks that were obtained from different result sets.