https://bz.apache.org/ooo/show_bug.cgi?id=127301
--- Comment #2 from rosspjohnson <[email protected]> --- If the field lengths are modified in Base to match the lengths in the DBF then the table copy to a new Base database succeeds. This simply confirms that the issue is one of interpretation of field lengths. In both Base and dBase, field length is the total number of characters required to represent the range of possible values as text and includes sign and fractional delimiter characters (decimal point in my locale) if necessary. Only in numeric fields containing unsigned integers does the field length equal the number of digits. -- You are receiving this mail because: You are the assignee for the issue.
