store multiline textbox to ntext datafield ?
Hello everybody,
I want to store the contents of a multiline textbox into a ntext field in SQL-Server or MSDE.
Everything is working fine using a NVarChar (4000) field but the same call with NText (16) truncates the contents after a space or CRLF Charakter.
What' s going wrong.
Good ideas available ?
Thanks
fracalifa