Whether you use TDatabase or DBF directly, the Get limits the text entered to the number of bytes equal to the field length.
For example, if the field length is 15, it can accommodate only 15 byte length. On average 15 bytes is equal to around 5 Unicode characters.
The solution is to increase the size of the field length in the dbf file. As a thumb-rule make it 3 times the number of Unicode characters you want to store.
↧