المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Regular Expression to check for Oracle reserved words and special characters & sql injection attacks



C# Programming
07-15-2011, 03:52 PM
Hi

I have searched the internet and I have been able to find a regular expression that stops users from inputting into a text box words that Oracle uses as reserved words, or characters that it considers special to it unless they are enclosed in quotes along with a regular expression that detects sql injection attacks. Can anyone help?