Change the language for Sql Server 2008
-
Dear All I Change the language for the database in Sql Server 2008 ( To Arabic_CI_AS )via the optional tab in database proprieties . but when i Insert new record( have Arabic Text) in any table the text change to ???? . thanks for any body help me . T.h :rose:
Thaer
-
Dear All I Change the language for the database in Sql Server 2008 ( To Arabic_CI_AS )via the optional tab in database proprieties . but when i Insert new record( have Arabic Text) in any table the text change to ???? . thanks for any body help me . T.h :rose:
Thaer
Possibly a typeface/font issue. Check the settings of the tool you are using.
-
Dear All I Change the language for the database in Sql Server 2008 ( To Arabic_CI_AS )via the optional tab in database proprieties . but when i Insert new record( have Arabic Text) in any table the text change to ???? . thanks for any body help me . T.h :rose:
Thaer
Change your field type from VARCHAR to NVARCHAR. NVARCHAR is the unicode definition and will accept double byte characters.
Never underestimate the power of human stupidity RAH