Sunday, February 19, 2012

How to I enter a small square or a small circle in a NVARCHAR field?

I want to store a small cirle in a text field. Can anyone tell me how I can enter it in ascii code.

Thanks

Hi,

see the ASCII table from here:

http://www.computerhope.com/jargon/a/ascii.htm

The Ascii Chacters can be used with the Function CHAR(Number)

HTH, Jens K. Suessmeyer.

http://www.sqlserver2005.de

No comments:

Post a Comment