Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.5 KB

File metadata and controls

26 lines (23 loc) · 1.5 KB
description Interoperability of SQL Statements
title Interoperability of SQL Statements | 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
SQL statements [ODBC], interoperability
interoperability of SQL statements [ODBC]
interoperability of SQL statements [ODBC], about interoperability
ms.assetid 3b24c499-829c-4e65-90cf-a3a0f6d0a186
author David-Engel
ms.author v-daenge

Interoperability of SQL Statements

Like the rest of an application, SQL statements can be interoperable or DBMS-specific. And like the rest of the application, the choice of how interoperable SQL statements need to be depends on the type of application. Custom applications are less likely to use interoperable SQL statements because they are usually designed to exploit the capabilities of one or possibly two DBMSs. Generic applications use interoperable SQL statements because they are designed to work with a variety of DBMSs. And vertical applications usually fall somewhere in between, demanding a certain level of functionality but otherwise using interoperable SQL statements.

This section contains the following topics.