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

[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