I am getting this error anytime the county field length seems to exceed 20. In the table structure, that field is defined as a VARCHAR(32). So, what is truncating this field to a maximum length of 20, and how do I fix this. I can set StrsTrim2Len and that will eliminate the error and truncate the data in the field to 20 characters, but that is not the behavior I want.
The database is SQLite.