I’m trying to write the contents of a particular form field, which consists of several paragraphs, into an Access database and then display it later in an ASP page – without losing the line breaks.
Since Access stores it as one long string I guess I have to embed the carriage returns into the string AND decode it when I display it, but how?
Or is there another, better, approach?
Since Access stores it as one long string I guess I have to embed the carriage returns into the string AND decode it when I display it, but how?
Or is there another, better, approach?