Hi, i need to import data from other Database like MySql .
Is it possible to create dbf file with field_name > 10 chars ?
Tks
Hi, i need to import data from other Database like MySql .
Is it possible to create dbf file with field_name > 10 chars ?
Tks
The maximum DBF field name length is 10 bytes and may only contain the letters โaโ-โzโ and โAโ-โZโ, digits โ0โ-โ9โ, and the underscore โ_โ character. The maximum number of records in a DBF table is 2 billion.
The Advantage Database Server supports a proprietary ADT table. The maximum ADT field name length is 128 bytes and may contain any character value except 0 (NULL), ';' (a semi-colon), or ',' (a comma).