Microsoft Drivers for PHP for SQL Server version 2.0 and 3.0 |
Updating Data (Microsoft Drivers for PHP for SQL Server) |
See Also Send Feedback |
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.
In This Section
Topic |
Description |
---|---|
Describes how to perform parameterized queries. |
|
Describes how to stream data to the server. |
|
Describes how to use sqlsrv functions to perform transactions. |