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
 General SQL Server Forums
 New to SQL Server Programming
 export dataset to excel multi language problem

Author  Topic 

sivasankari
Starting Member

1 Post

Posted - 2010-12-16 : 04:11:37
Hai All,
i have a column in sql server that supports all multi language.in table that column values shows like this ?????????. when i export to excel it shows same question mark in excel without displaying the particular language .please send me the reply

sivasankari

jessiefun
Starting Member

35 Posts

Posted - 2010-12-16 : 04:21:33
If the content in sql server are displayed like ????, then there should be some problem with your table design - it should be n-type

and for rhe excel issue - you must choose the unicode - formmatting when writing them.
Go to Top of Page
   

- Advertisement -