hey i didnt quite know where to put this but i have recently been learning sql injection and was wondering if anyone knew any good free ebooks on sql databases. i am not learning it to hack but to prevent make my website i am developing from hackers themselves
sql injection
Page 1 of 12 Replies - 885 Views - Last Post: 26 January 2012 - 12:28 AM
Topic Sponsor:
Replies To: sql injection
#2
Re: sql injection
Posted 19 January 2012 - 07:45 AM
On your front-end application, use Prepared Statements, which separate the SQL statement from the data, making them immune to SQL Injection attacks. Also, they are cached on the database server. So if you are running the same query repeatedly, you can change the parameter values and the query will run more efficiently the next time around.
More on Prepared Statements: http://en.wikipedia....pared_statement
More on Prepared Statements: http://en.wikipedia....pared_statement
#3
Re: sql injection
Posted 26 January 2012 - 12:28 AM
and of course use parameterized queries in your sql statements. check out this article on the subject matter written by a fellow DIC member, CharlieMay
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|