--- title: "ODBC How-to Topics | Microsoft Docs" ms.custom: "" ms.date: "03/14/2017" ms.prod: sql ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw" ms.reviewer: "" ms.technology: native-client ms.topic: "reference" ms.assetid: 151f2066-1c37-410f-88f4-b27dfca66031 author: markingmyname ms.author: maghan monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current" --- # ODBC How-to Topics [!INCLUDE[appliesto-ss-asdb-asdw-pdw-md](../../includes/appliesto-ss-asdb-asdw-pdw-md.md)] To use the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] ODBC driver, you must be able to create ODBC data sources and ensure that the server has the correct version of the catalog stored procedures. To code an ODBC application that uses SQL Server, you must know how to allocate ODBC handles, set attributes, connect to an instance of SQL Server, execute queries, and process results. ## In This Section - [Configuring the SQL Server ODBC Driver How-to Topics](https://msdn.microsoft.com/library/e26fbc87-9483-4a2e-99f1-bf52a58360db) - [Allocate Handles and Connect to SQL Server (ODBC)](../../relational-databases/native-client-odbc-how-to/allocate-handles-and-connect-to-sql-server-odbc.md) - [Executing Queries How-to Topics (ODBC)](../../relational-databases/native-client-odbc-how-to/execute-queries/executing-queries-how-to-topics-odbc.md) - [Processing Results How-to Topics (ODBC)](https://msdn.microsoft.com/library/772d9064-c91d-4cac-8b60-fcc16bf76e10) - [Using Cursors How-to Topics (ODBC)](../../relational-databases/native-client-odbc-how-to/cursors/using-cursors-how-to-topics-odbc.md) - [Use Microsoft Distributed Transaction Coordinator (ODBC)](../../relational-databases/native-client-odbc-how-to/use-microsoft-distributed-transaction-coordinator-odbc.md) - [Running Stored Procedures How-to Topics (ODBC)](https://msdn.microsoft.com/library/c2220182-a23d-4475-b353-77a77ab613d6) - [Managing text and image Columns How-to Topics (ODBC)](https://msdn.microsoft.com/library/f97333ad-e2ab-4d26-9395-741ba25f2c28) - [Profiling ODBC Driver Performance How-to Topics (ODBC)](../../relational-databases/native-client-odbc-how-to/profiling-odbc-driver-performance-odbc.md) - [Process ODBC Errors (ODBC)](../../relational-databases/native-client-odbc-how-to/process-odbc-errors-odbc.md) - [Bulk Copying with the SQL Server ODBC Driver How-to Topics (ODBC)](../../relational-databases/native-client-odbc-how-to/bulk-copy/bulk-copying-with-the-sql-server-odbc-driver-how-to-topics-odbc.md) ## See Also [SQL Server Native Client (ODBC)](../../relational-databases/native-client/odbc/sql-server-native-client-odbc.md)