Sunday, 8 September 2013

When to use/not use prepared statements?

When to use/not use prepared statements?

When should I use prepared statements? For any sort of query or just
specific kinds?
Should I be using prepared statements for SELECTING, or INSERTING, both, etc?
When should I not use them?
Thanks.

No comments:

Post a Comment