Hi, all:
I think the maximum length of varchar in sybase is 255.
But I create a column with varchar type and the length is 8000, and sybase still allows it, and actually I can store and retrieve the string with less than 8000 characters. I don't know why. Can somebody expain it to me. thank you very much!
By the way, if I have a column with 8000 chars, I think it is better to store it as text type, isn't it?
I think the maximum length of varchar in sybase is 255.
But I create a column with varchar type and the length is 8000, and sybase still allows it, and actually I can store and retrieve the string with less than 8000 characters. I don't know why. Can somebody expain it to me. thank you very much!
By the way, if I have a column with 8000 chars, I think it is better to store it as text type, isn't it?