Commit 8643b242 authored by Andreas Fischer's avatar Andreas Fischer

The technique is commonly known as 'Prepared Statements', with an 's'.

parent f4d1b2c5
......@@ -57,7 +57,7 @@ several drawbacks:
original SQL query hard to read/understand.
- Databases optimize SQL queries before they are executed. Using the query method
you will trigger the optimization process over and over again, although
it could re-use this information easily using a technique called **prepared statement**.
it could re-use this information easily using a technique called **prepared statements**.
This three arguments and some more technical details hopefully convinced you to investigate
prepared statements for accessing your database.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment