Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.21 KB

File metadata and controls

23 lines (20 loc) · 1.21 KB
title Conformance Levels
description Conformance Levels
author David-Engel
ms.author davidengel
ms.date 01/19/2017
ms.service sql
ms.subservice connectivity
ms.topic concept-article
helpviewer_keywords
data sources [ODBC], conformance levels
ODBC drivers [ODBC], conformance levels
conformance levels [ODBC]
conformance levels [ODBC], about conformance levels

Conformance Levels

ODBC drivers give the application access to diverse data sources. Each driver lets the application determine at run time what ODBC capabilities and what SQL grammar the driver and each data source supports. This is not a requirement of applications designed to work with a single driver or a small, known set of drivers, because these applications can simply be written to the capabilities of that driver or drivers. To help applications discover driver and data source capabilities, two areas of conformance are available: the ODBC interface and SQL grammar.

This section contains the following topics.