Updating Data (Microsoft Drivers for PHP for SQL Server)
SQL Server 2008 R2
The topics in this section address how to update data in a database by examining common use cases.
The steps for using the Microsoft Drivers for PHP for SQL Server 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.
