Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.36 KB

interoperability-of-sql-statements.md

File metadata and controls

22 lines (19 loc) · 1.36 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Interoperability of SQL Statements
Interoperability of SQL Statements
David-Engel
davidengel
01/19/2017
sql
connectivity
conceptual
SQL statements [ODBC], interoperability
interoperability of SQL statements [ODBC]
interoperability of SQL statements [ODBC], about interoperability

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.