Re: [PHP-DB] Japanese characters.

2004-02-16 Thread Juan Torres
Thanks very much, this extension is very good. Now i can work with unicode fields in my db. Again thanks, Juan Torres. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Japanese characters.

2004-02-13 Thread Juan Torres
How can I read from a SQL Server DB, a field of type 'nvarchar'. This field contais japanese characters. thanks! -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] Japanese characters.

2004-02-13 Thread Robert Twitty
Use the odbtp extension. It provides the best, easiest and maybe only support for SQL Server's UNICODE data fields within PHP. -- bob On Fri, 13 Feb 2004, Juan Torres wrote: How can I read from a SQL Server DB, a field of type 'nvarchar'. This field contais japanese characters. thanks!