Hi, I am trying to modify a DBF which has an existing charter column with a 256 length. However when writing to the dbf it corrupts it and wont open in ADA.  I have also tried creating a new DBF and Visual studio wont let me assign a length of 256.  DbfField field = new DbfField("TEST", DbfFieldType.Character, 256); Any advice please?