I used MS Jet Engine to open Dbase table. It works fine, however, whenever
i updated the fields with values that carried ASCII code greater than 127,
those characters become other characters in the Dbase table.
Is there any way to avoid the Jet Engine to translate the character? just
like Transliterate property in Delphi.

Thank you.