I got an accounting software that use dBase III database directly. I also got an home made software written in Delphi XE2 that use these database. Delphi use Sybase Advantage server V11 to communicate with the database. If i write a "é" in the account software, when i read it with the Advantage server, I read a ",".
The account software company seem to think that it was written with IBM codepage 850 but if I use ICLAND850 in Advantage server, i does not work.
After trying many different codepage in ADS, I dont seem to be able to find the right one.
I change the code page in the advantage server but do I have to change it elsewhere?
Is there a way or a software to detect the caracter set in DBF?