php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33855 Unable to identify a nvarchar field without an extra query
Submitted: 2005-07-25 22:47 UTC Modified: 2005-07-25 23:04 UTC
From: mauroi at digbang dot com Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 5.0.4 OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 - 27 = ?
Subscribe to this entry?

 
 [2005-07-25 22:47 UTC] mauroi at digbang dot com
Description:
------------
Our applications work in Unicode. So, everything we retrieve from the database has to be encoded to Unicode or Unicode from source. That's why we need to identify nvarchar fields (ntext also) and bypass the encoding with them.
mssql_field_type only returns 'char'.
Maybe a new function that returns the original data type (without making an inner query, if that's possible) could be the best solution.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-25 23:04 UTC] tony2001@php.net
If MSSQL doesn't differ them, obviously PHP can't do it too.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC