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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: zbxup at sina dot com
New email:
PHP Version: OS:

 

 [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 Apr 25 13:01:30 2024 UTC