Hi, I have some textarea form fields to allow user to enter any text.. using ASP and MS Access. Thus I need to replace all commas, apostrophes, single-quotes double-quotes and special characters etc with something(perhaps with ASCII values??) in the text variable before i execute the INSERT command or else I will encounter syntax error.
1. May I know the syntax for replacing all the special characters in ASP before inserting?
2. And how to revert back the characters when retrieving the data for display? Have to use ASCII values?
Please help, its very urgent, thanx alot!!
new ASP programmer ^_^
1. May I know the syntax for replacing all the special characters in ASP before inserting?
2. And how to revert back the characters when retrieving the data for display? Have to use ASCII values?
Please help, its very urgent, thanx alot!!
new ASP programmer ^_^