--- title: "Using Data Buffers | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual helpviewer_keywords: - "data buffers [ODBC], about data buffers" - "buffers [ODBC], data" - "data buffers [ODBC]" ms.assetid: 06b9f603-b395-497c-979b-d3ec3d6db375 author: David-Engel ms.author: v-daenge --- # Using Data Buffers Data buffers are described by three pieces of information: their type, address, and byte length. Whenever a function needs one of these pieces of information and does not already know it, it has an argument with which the application passes it. This section contains the following topics. - [Data Buffer Type](../../../odbc/reference/develop-app/data-buffer-type.md) - [Data Buffer Address](../../../odbc/reference/develop-app/data-buffer-address.md) - [Data Buffer Length](../../../odbc/reference/develop-app/data-buffer-length.md)