Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Unicode

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-08-28 : 07:24:50
Vinod writes "Hi,
I am using sql server2k as a backend.
If I use asp & Insert Data (prefix 'N' before each field) & set session("code_page")=65001 then data is stored in Unicode.

But if I use PHP & do same as above it won't store it in Unicode.
There is no code page in PHP.

Pl. guide me
Thanks in advance

Vinod"

Merkin
Funky Drop Bear Fearing SQL Dude!

4970 Posts

Posted - 2003-08-28 : 07:26:33
I think that might be a problem with the PHP support of MS SQL (which is known to be pretty bad). Maybe ask on a PHP site.


Damian
Go to Top of Page

eyechart
Master Smack Fu Yak Hacker

3575 Posts

Posted - 2003-08-28 : 11:38:28
There is a bug filed regarding unicode/SQL Server support in PHP http://bugs.php.net/bug.php?id=18169

Some workarounds are suggested.


-ec

Go to Top of Page
   

- Advertisement -