Hi,
Im inserting data into a SQL2000 table with breaks/paragraphs and returning it on an ASP (VBScript) page without the breaks.
The information is going into the table as follows;
The quick brown fox jumps
over a lazy dog. The quick brown
fox jumps over a lazy dog.
But its returning like so
The quick brown fox jumps over a lazy dog. The quick brown fox jumps over a lazy dog.
Basically its not holding its inserted structure when its being returned to the page. Is there any coding i can use to keep its structure.