Avice please

  • 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

  • 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