--- 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 - [Fetching BLOB Data Using IRow::GetColumns and ISequentialStream](../../relational-databases/native-client-ole-db-rowsets/fetching-blob-data-using-irow-getcolumns-and-isequentialstream.md) - [Fetching BLOB Data Using IRow::Open and ISequentialStream](../../relational-databases/native-client-ole-db-rowsets/fetching-blob-data-using-irow-open-and-isequentialstream.md) ## See Also [Fetching a Single Row with IRow](../../relational-databases/native-client-ole-db-rowsets/fetching-a-single-row-with-irow.md)