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 2005 Forums
 Transact-SQL (2005)
 displays ?????????? instead of column name

Author  Topic 

jeevan123456
Starting Member

1 Post

Posted - 2008-06-07 : 07:20:05
using openrowset for querrying, the result displays ?????????? instead of column name .My column name is in arabic which is a alias name.


Where as i am able to insert data in arabic and i can retreive the data in arabic from my table.

The problem exists with alias names given for my column.My columns names are displayed as ???????? in stead of arabic names



SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2008-06-07 : 10:26:05
Do you use UNICODE collation?



E 12°55'05.25"
N 56°04'39.16"
Go to Top of Page
   

- Advertisement -