[Solved] MySQL limited Length of VarChar field
Posted: Fri May 28, 2010 4:44 pm
I created a db in MySQL then connected to it via BASE.
I opened the Base db with a 2click and I created a table, tblinstruction, and specified in Table Design that one of the fields be Text (VARCHAR) and have a Length of 255
But it only lets me type in 26 characters.
Can I do anything about this?
In MySql when I look at the table using the command
describe tblinstruction;
it shows the field has having a lenght of 255
I opened the Base db with a 2click and I created a table, tblinstruction, and specified in Table Design that one of the fields be Text (VARCHAR) and have a Length of 255
But it only lets me type in 26 characters.
Can I do anything about this?
In MySql when I look at the table using the command
describe tblinstruction;
it shows the field has having a lenght of 255