Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.18 KB

File metadata and controls

32 lines (26 loc) · 1.18 KB
title Fetching BLOB Data Using IRow | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic reference
helpviewer_keywords
fetching rows
fetching BLOB data
OLE DB rowsets, fetching
rowsets [OLE DB], fetching
BLOBs, fetching
ms.assetid badbd6ac-20aa-4891-a14f-48d38e7f30de
author mashamsft
ms.author mathoma
manager craigg

Fetching BLOB Data Using IRow

A BLOB column in a row object can be retrieved by using IRow::GetColumns, or IRow::Open and ISequentialStream.

In This Section

See Also

Fetching a Single Row with IRow