RE: [PHP-WIN] mssql and latin characters

2008-01-22 Thread Leticia Larrosa
EMAIL PROTECTED] Sent: Tuesday, January 22, 2008 3:25 PM To: Leticia Larrosa Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] mssql and latin characters Hi Leticia, MS SQL server comes with a set of client tools that allows you to specify the encoding. There is a checkbox in the Client Network Tool

Re: [PHP-WIN] mssql and latin characters

2008-01-22 Thread Frank M. Kromann
Hi Leticia, MS SQL server comes with a set of client tools that allows you to specify the encoding. There is a checkbox in the Client Network Tool that allows you to enable/disable OEM character conversion. Flipping that for the alias you are using to connect to the database should fix the problem

[PHP-WIN] mssql and latin characters

2008-01-20 Thread Leticia Larrosa
Hello I have a MSSql 2000 database that have stored data with the follow special characters: ó, í, Ñ, á, é, ú. When I see the data through any MsSql Client I see exactly those characters. The Collation of database is: SQL_Latin1_General_CP1_CI_AS I can’t change the method of insert data in datab