Re: [PHP] ODBC with SQL Server

2004-02-16 Thread Juan Torres
Hi, Functions mssql_* and odbc_* don't allow write/read unicode fields. But ODBTP Extension allows it. The url is: http://odbtp.sourceforge.net/. Greetings, Juan Torres. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] ODBC with SQL Server

2004-02-15 Thread David Otton
On Fri, 13 Feb 2004 12:30:42 +0100, you wrote: >I have a connectoin ODBC with a SQL Server database. A table has a field of >type 'nvarchar'. This field contains japanese characters. >How can I read these japanese characteres? When I read (with: "select name >from data") only read '?' character.

[PHP] ODBC with SQL Server

2004-02-13 Thread Juan Torres
Hello, I have a connectoin ODBC with a SQL Server database. A table has a field of type 'nvarchar'. This field contains japanese characters. How can I read these japanese characteres? When I read (with: "select name from data") only read '?' character. Thaks very much. Juan Torres. -- PHP Gener