Derived Table - New approach to avoid SQL Injection

added by jacobsebastian
5/26/2010 2:30:52 AM

551 Views

This post demonstrates a new approach to avoid SQL injection by using derived tables.


1 comments

Widescreen
5/28/2010 7:41:58 AM
It doesn't actually work to prevent sql injection attacks... :(