Re: [PHP-WIN] problems about sql server2000,help

2003-02-08 Thread Frank M. Kromann
Hi, At this stage you can not use the MSSQL extension to read datatypes ntext, nchar and nvarchar from a MSSQL server. This is caused by an outdated version of DBLIB from Microsoft. This library has not been updated since SQL Server 6.0. The fix for now is to use ODBC or COM to communicate with

[PHP-WIN] problems about sql server2000,help

2003-02-08 Thread auto_null
code: but errors occur: Warning: MS SQL message: Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier. (severity 16) in f:\web\a.php on line 6 Warning: MS SQL: Query failed in f:\web\a.php on line 6 i