|
First is it in your data rows? Also are you filtering Apostrophies ( ' ) when on your select and update statements?
If it is in your data, this yes it is injection and to correct it you can do a replace update function in a sql query then make sure you do a replace(str,"'","''") function on your page requests.
|