php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9071 Wide Charater problems
Submitted: 2001-02-02 07:27 UTC Modified: 2001-11-14 17:59 UTC
From: zbxup at sina dot com Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.4 OS: windows2000server
Private report: No CVE-ID: None
 [2001-02-02 07:27 UTC] zbxup at sina dot com
when use php read data from sql7.0,only 200 chinese characters be readed.But sql7.0 have more then 200 chinese characters.i use asp no this problem.why?how to do?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-16 06:46 UTC] jmoore@php.net
Reclassify
 [2001-11-14 17:59 UTC] fmk@php.net
nchar, nvarchar and ntext columns used to store national character values are not supported by the DB library functions used in the MSSQL extension for PHP.

The only fix at this point is to use an other set of DB functions, like ODBC with the latest ODBC driver from Microsoft.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 11:01:27 2024 UTC