Pulling Thai Characters from Access



I have an Access database with some Thai characters in a column for a
translation program. When I try to pull the information from the Access
database using ADO (Jet.OLEDB.4.0), the Thai characters are returned as
??????????.Any ideas on how to fix this. Computer running program on has the
Thai character set installed and using the Tahoma font on the frame which
has the Thai characters. When stepping through in delphi, shows ???????
right after pulling from database (Dataset.Fields[
FTranslationLanguageIndex ].AsString).

--
Jeremy Cronan
jcronan@xxxxxxxxxxx


.