You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.