Thursday, March 22, 2012

arabic numeral

how to enter arabic numerals in sql server 2005 fields?
like ????????

The column will have to use a unicode datatype like nvarchar and the client application will have to use appropiate parameters which support unicode. if you use adhoc statements in your application, make sure you are using an N as a prefix for strings, e.g. N'SomeString'

Jens K. Suessmeyer


http://www.sqlserver2005.de

No comments:

Post a Comment