I've been figuring why this is happening. A field in my form is to register a description of a task. The maximum length of the field would be less then hundred. Therefore, the table column which will hold this is of type nvarchar(100). But when I checked the table after the input, the description was truncated.
why is this happening? is it got to do with the column type or perhaps anything else?
Input from textbox truncated
Page 1 of 11 Replies - 2036 Views - Last Post: 05 August 2012 - 11:26 PM
Replies To: Input from textbox truncated
#2
Re: Input from textbox truncated
Posted 05 August 2012 - 11:26 PM
Hi,
I found the answer myself. I change the column datatype to varchar(MAX) but I forgot to change the stored procedure statement to reflex the changes that I made to the table accordingly.
I found the answer myself. I change the column datatype to varchar(MAX) but I forgot to change the stored procedure statement to reflex the changes that I made to the table accordingly.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote



|