Ali.M.Habib
SSC Eights!
Points: 930
More actions
April 27, 2009 at 7:23 am
#130290
when try to insert in ntext field arabic data
it appear strangelly ????????????????
I used this query
insert into table_1 values (' بلايسايساياس
ليسليسل
يليسلسي
يليسل
')
I don't know why any help please
steveb.
SSC-Forever
Points: 46733
April 27, 2009 at 7:42 am
#984346
as your are using uni-code character you will need to use the leading unicode 'N'
insert into table_1 values N' ????????????
???????
?????
'
also make sure you are using a Unicode data type for the column such as Nvarchar or Nchar
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply