thomassims
- 1
- 1
Has anybody ever seen Chinese Characters appear in a single record within a database table? I look forward to any suggestions.
Chinese characters can unexpectedly appear in MS Access database records, often linked to issues with memo fields. Users have reported this phenomenon, which can be investigated further through resources like Allen Browne's article on the subject. Solutions may involve examining data encoding and field types to prevent erroneous character display. For comprehensive guidance, refer to the Oracle article on storing and retrieving Chinese characters.
PREREQUISITESDatabase administrators, developers working with MS Access, and anyone managing multilingual data in database systems.
Do you mean Chinese characters are showing up erroneously? If so, a Google search pulls up several cases of this when grouping by memo fields:thomassims said:Has anybody ever seen Chinese Characters appear in a single record within a database table? I look forward to any suggestions.