Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 697 Bytes

File metadata and controls

16 lines (16 loc) · 697 Bytes
title Comparing Bookmarks
description Comparing Bookmarks
author David-Engel
ms.author davidengel
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.