I am submitting information into a database using ASP & SQL. Before i send the information into the database i want to replace all '(single quotations) with a "(double quote). Users will be using this so its impossible to stop them from entering single quotes which will crash the sql statement, so I need to change them into double quotes.
can you do this in sql before inserting into the database?
thanx. andy
can you do this in sql before inserting into the database?
thanx. andy