Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.57 KB

using-directional-parameters.md

File metadata and controls

30 lines (23 loc) · 1.57 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic
Using directional parameters
Learn how to use directional parameters when working with PHP and the SQLSRV and PDO_SQLSRV drivers for SQL Server.
David-Engel
davidengel
01/19/2017
sql
connectivity
conceptual

Using directional parameters

[!INCLUDEDriver_PHP_Download]

When using the PDO_SQLSRV driver, you can use PDOStatement::bindParam to specify input and output parameters.

The topics in this section describe how to use directional parameters when calling stored procedures using the SQLSRV driver.

In this section

Article Description
How to: Specify Parameter Direction Using the SQLSRV Driver Demonstrates how to specify parameter direction when calling a stored procedure.
How to: Retrieve Output Parameters Using the SQLSRV Driver Demonstrates how to call a stored procedure with an output parameter and how to retrieve its value.
How to: Retrieve Input and Output Parameters Using the SQLSRV Driver Demonstrates how to call a stored procedure with an input/output parameter and how to retrieve its value.

See also

Retrieving Data
Updating Data (Microsoft Drivers for PHP for SQL Server)