I have setup the ODBC Socket Server on a NT 4.0 machine, installed a ODBC-DSN for a MS-Access-Database and have tested a php-Script on a Linux-Machine running under Apache and PHP4.
It works! - I can retrieve all Data i want - but:
Some special character like äöüß from german carachter set will not display correctly.
For example:
ä (displayed) should be ä
ö (displayed) should be ö
ü (displayed) should be ü
ß (displayed) should be ß
What must i do to solve this problem?
Can you help me?