Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 1.01 KB

File metadata and controls

19 lines (19 loc) · 1.01 KB
title Parameter Markers in Procedure Calls | 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
parameter markers [ODBC]
interoperability of SQL statements [ODBC], parameter markers
ms.assetid cda56f2b-6eec-4cbc-8dbb-36d8fa9f9216
author David-Engel
ms.author v-daenge

Parameter Markers in Procedure Calls

When calling procedures that accept parameters, interoperable applications should use parameter markers instead of literal parameter values. Some data sources do not support the use of literal parameter values in procedure calls. For more information about parameters, see Statement Parameters. For more information about calling procedures, see Procedure Calls, later in this section.