I have defined a datafield as "char" type and the length at 50. However, when I'm entering data that is less than 50 characters, I keep getting an error message "The value you entered is not consistent with the data type length of the column".
I did originally did have the data length defined at 10, but I later expanded to 50. It appears that SQL2000 is not allowing me to reenter my data exceeding 10 chars for the data that I entered before making a change to the data length.
How do I correct this?
Thanks,
Ik
I did originally did have the data length defined at 10, but I later expanded to 50. It appears that SQL2000 is not allowing me to reenter my data exceeding 10 chars for the data that I entered before making a change to the data length.
How do I correct this?
Thanks,
Ik