Hey all,
Is it necessary to run an SQL Injection Prevention routine when adding data to the DB using the RS.AddNew/Update method? I've noticed that even if you write something like:
... the text is added, as is, right into the DB.
I just wanna make totally sure that it's safe not to check for injection techniques.
thx.
Is it necessary to run an SQL Injection Prevention routine when adding data to the DB using the RS.AddNew/Update method? I've noticed that even if you write something like:
Code:
'; drop table xxx; --
I just wanna make totally sure that it's safe not to check for injection techniques.
thx.