|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-10-20 08:56 UTC] tony2001@php.net
[2006-10-20 08:59 UTC] bertrand dot lepoittevin at groupe-mma dot fr
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 03:00:01 2025 UTC |
Description: ------------ Hi, When reading Sql Char or Varchar Values which are empty (""), mssql_fetch_* functions returns a single space, instead of returning empty string. According to me this is a bug, right trimming values is just a workaround, and make thing more complicated when we need to compare values (form) and sql values. I know there is old issues of this problem (since PHP v4.3.4), but : - Is it really a ntwdblib.dll bug ? And which V? of this file corrects the MS bug ? - It it possible to avoid this pb in MSSQL APIs ? Ref : Sql server 8.0, ntwdblib.dll V2000.80.194.0 Regards.