Hey there...
I can't believe I am having to ask an asp question but this forum seems to be the best place to get an intelligent response.
I am having to develop in asp for one site only and I"m having trouble inserting text from a textarea into sql7.
The data gets cut off after the first return in the textarea and I was hoping someone would know of an asp function that stops this from happening.
Eg:
Mickey Mouse
Disneyland
USA
becomes
"Mickey Mouse"
Yet if I just echo (or the asp equiv) the variable it prints the whole string to the browser.....but it won't insert into the database.
I'm sure that it is going to be something really stupid and easy.....but I can't see it.
Help is appreciated.
rgds,
scott d~
I can't believe I am having to ask an asp question but this forum seems to be the best place to get an intelligent response.
I am having to develop in asp for one site only and I"m having trouble inserting text from a textarea into sql7.
The data gets cut off after the first return in the textarea and I was hoping someone would know of an asp function that stops this from happening.
Eg:
Mickey Mouse
Disneyland
USA
becomes
"Mickey Mouse"
Yet if I just echo (or the asp equiv) the variable it prints the whole string to the browser.....but it won't insert into the database.
I'm sure that it is going to be something really stupid and easy.....but I can't see it.
Help is appreciated.
rgds,
scott d~