I am importing a dBase5 data table into a blank Access DB. I want the text fields imported as is but they are being translated. Some fields (name, city) have international ANSI characters (accented A, O, double-dot O) are being converted to other characters:
E1 (accented A) becomes DF
F3 (accented O) becomes 3D
F6 (double-dot A) becomes F7
Is there any way to prevent this conversion?
Alternatively, how could I use the dBase file directly? I don't seem to be able to connect to it in ASP with the Microsoft dBase Driver. Any idea what the connect string would be?
Thanks
Walt
E1 (accented A) becomes DF
F3 (accented O) becomes 3D
F6 (double-dot A) becomes F7
Is there any way to prevent this conversion?
Alternatively, how could I use the dBase file directly? I don't seem to be able to connect to it in ASP with the Microsoft dBase Driver. Any idea what the connect string would be?
Thanks
Walt