DZone depends on you. Login and vote now.
By rick
via blogs.gotdotnet.com
Published: Oct 03 2008 / 08:46
A parameterized query is a query in which placeholders are used for parameters and the parameter values are supplied at execution time. The most important reason to use parameterized queries is to avoid SQL injection attacks.
Add your comment
Voters For This Link (11)
-
rick -
alashcraft -
mswatcher -
matt -
livevoyage -
kirwoodd -
NBharti78 -
queus -
olagato.myopenid.com -
lhoguin -
maga82


