Skip to content

Latest commit

 

History

History
74 lines (55 loc) · 4.28 KB

microsoft-odbc-driver-for-sql-server.md

File metadata and controls

74 lines (55 loc) · 4.28 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Microsoft ODBC Driver for SQL Server
The Microsoft ODBC Driver for SQL Server provides connectivity to SQL Server and Azure SQL Database via standard ODBC APIs.
David-Engel
davidengel
04/09/2024
sql
connectivity
conceptual

Microsoft ODBC Driver for SQL Server

[!INCLUDEODBC_Current_Version]

[!INCLUDEDriver_ODBC_Download]

ODBC is the primary native data access API for applications written in C and C++ for SQL Server. There's an ODBC driver for most data sources. Other languages that can use ODBC include COBOL, Perl, PHP, and Python. ODBC is widely used in data integration scenarios.

The ODBC driver comes with tools such as sqlcmd and bcp. The sqlcmd utility lets you run Transact-SQL statements, system procedures, and SQL scripts. The bcp utility bulk copies data between an instance of Microsoft SQL Server and a data file in a format you choose. You can use bcp to import many new rows into SQL Server tables or to export data out of tables into data files.

Code example in C++

The following sample demonstrates how to use the ODBC APIs to connect to and access a database:

Download

  • :::image type="icon" source="../../includes/media/download.svg" border="false"::: Download ODBC driver

Documentation

Features

Linux and macOS

Windows

Community