Hi,
In my form, i have a textarea for type 200 characters. Is their any problem to set varchar 200 for the field?
Could you please tell me which data type is best for large characters?
Hi,
In my form, i have a textarea for type 200 characters. Is their any problem to set varchar 200 for the field?
Could you please tell me which data type is best for large characters?
First you decide how much you want people to input. Then you decide on the data types.
Do you want people to enter up to 200 characters and no more? Do you want to allow more? How much more?