Re: Online Form Security - What Characters Shall I Ban
Ideally you should be using parameterised SQL in a stored proc rather than building the SQL statement on the fly. This is especially true for SQL Server.
If you have to build up your SQL I would suggest looking out for SQL comment markers such as two dashes --
__________________
Prezzybox.com home of the gift wizard
|