Re: [PHP-DB] mssql_xxx() and characters

2001-06-29 Thread Frank M. Kromann
Hi, You will need to configure the character translation in the Client tools. Open Cleint Network Utility (on the web server running php) and select the "DB Library Options" tab. There you can enable and disable Automatic ANSI to OEM convertion. If you are using the ISAPI version of php you wi

[PHP-DB] mssql_xxx() and characters

2001-06-28 Thread Karl Henrik Peterson
I tried different solutions and it has led me to suspect a something-or-another in mssql_query() function. However, the problem could originate from mssql_connect() or mssql_select_db() as well since there is no way I can verify otherwise, unless I start debugging. And debugging is exactly what's

[PHP-DB] mssql_xxx() and characters

2001-06-27 Thread Karl Henrik Peterson
Hi! I have PHP4.05 and MSSQL7 desktop on Win2k. Problem occurs when I query results contain some extended characters, for example "ä" or similar. In place of these chars thaere are some non-aphanumeric ones displayed like boxes, etc.(",," instead of "ä") or simply some alphabetic character. Mssq