T
|
tiedanjj author 9/28/2005 |
I found out th problem. Not until I modified the field type from 'ntext' to 'nvarchar' in the sql server database, all the values are displayed. My question is whether this is an expected behavior or I can get over it? Look forward to your reply! |
S
|
stevemcm 9/28/2005 |
I've just come across the exact same thing. I'm attempting to display 2 SQL Server ntext fields consecutively on a page. |
T
|
tiedanjj author 9/28/2005 |
Thanks for sharing your experiences. Correct me if my following conclusion is wrong: either keep ntext (image too) at the bottom of the edit page, or change the data type from ntext to nvarchar which has a max of 4000 characters. Other than that, any other downside for using nvarchar instead??? Thanks! |
S
|
stevemcm 9/29/2005 |
Tiedanjj; |
![]() |
Sergey Kornilov admin 10/3/2005 |
Tiedanjj, |