Microsoft Drivers for PHP for SQL Server version 2.0 and 3.0 |
Using Directional Parameters |
See Also Send Feedback |
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
Topic |
Description |
---|---|
Demonstrates how to specify parameter direction when calling a stored procedure. |
|
Demonstrates how to call a stored procedure with an output parameter and how to retrieve its value. |
|
How to: Retrieve Input/Output Parameters Using the SQLSRV Driver |
Demonstrates how to call a stored procedure with an input/output parameter and how to retrieve its value. |