| title | Updating Data (Microsoft Drivers for PHP for SQL Server) | Microsoft Docs |
|---|---|
| ms.custom | |
| ms.date | 03/26/2018 |
| ms.prod | sql |
| ms.prod_service | connectivity |
| ms.reviewer | |
| ms.technology | connectivity |
| ms.topic | conceptual |
| ms.assetid | dd323f83-f415-4fa4-8457-89dad6d321d0 |
| author | David-Engel |
| ms.author | v-daenge |
[!INCLUDEDriver_PHP_Download]
The topics in this section address how to update data in a database by examining common use cases.
The steps for using the [!INCLUDEssDriverPHP] to update data in a database can be summarized as follows:
-
Define a Transact-SQL query that performs an insert, update, or delete operation.
-
Update parameter values for parameterized queries.
-
Execute the Transact-SQL queries with the updated parameter values (if applicable). See Comparing Execution Functions for more information about executing a query.
| Topic | Description |
|---|---|
| How to: Perform Parameterized Queries | Describes how to perform parameterized queries. |
| How to: Send Data as a Stream | Describes how to stream data to the server. |
| How to: Perform Transactions | Describes how to use sqlsrv functions to perform transactions. |
Example Application (SQLSRV Driver)
Programming Guide for the Microsoft Drivers for PHP for SQL Server