i am required to simulate a carriage return (0A) to save into the database from a web application so that i can prove that the system is not cleaning data causing some issues, this needs to be entered in the browser as a plain text, are we able to do this?
Share
I don’t know what you are trying to achieve, but here’s an article that uses
CHAR()function in SQL query http://msdn.microsoft.com/en-us/library/ms187323.aspxLine feed
char(10)Carriage return
char(13)