Arabic charcters storesd in my sql database as "???????"

Discussion in 'Databases' started by wisemx, Apr 8, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Arabic charcters storesd in my sql database as "???????"
    >
    > iam useing SQl sever 2000

    i try to use

    COLLATE SQL_Latin1_General_CP1256_CI_AS

    and

    COLLATE Arabic_CI_AS

    both not working please help
     
  2. Use the nvarchar data type to support unicode characters. You probably have to reinsert the data.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
  3. That is a good tip. [​IMG]
    Always use nvarchar when the sizes ofyour column datais probably going to vary.
    Salute,
    Mark
     
  4. i used varchar as data type


    i think my problem with database COLLATE i tried every COLLATE spported by sql 2000 for arabic but non of them worked with me i still have ?????? in my data base


    mybe there is probelm with opreating system fonts or some thing i do not know


    please help
     
  5. Thereare a lot of articles dedicated to this on MSDN.
    Please search for now and I'll keep looking into this for you.
    Shalom,
    Mark
     
  6. thanks it works
     
  7. when i tried to insert arabic data from website arabic character still inserted like ???????

    why?

    i tied to use
    charset=windows-1256"

    and
    utf-8

    no use please help
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page