previous |
start |
next
Prepared Statements
- Use a prepared statement for frequently repeated database
queries and updates
- When you send a prepared statement to a database
- The database formulates a query strategy
- Saves it with the prepared statement
previous |
start |
next