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)
 UTF-8 encoding problems

Author  Topic 

chava_sree
Yak Posting Veteran

56 Posts

Posted - 2008-08-28 : 13:26:23
Hi all,

Iam trying to insert the below text in a Nvarchar column, and Varchar column and see no difference in both columns while displaying

('bachelor’s degree from Babson College and a master’s degree')

i've an xml file which am trying to save in a varchar column/Nvarchar column but i see text inserted as "?" for ’ these kind of characters and unable to display data properly.. any idea.. what to do with the columns. or do i need to do any special settings to table in order to accept these unicode characters.

--

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-08-29 : 09:17:08
If seems the COLLATION is out of order.


E 12°55'05.63"
N 56°04'39.26"
Go to Top of Page
   

- Advertisement -