Wingding chars in sql server 2005

Posted by Savvas Sopiadis on Stack Overflow See other posts from Stack Overflow or by Savvas Sopiadis
Published on 2010-03-26T10:47:18Z Indexed on 2010/03/26 11:33 UTC
Read the original article Hit count: 407

Hi everybody!

In a winforms application i 'm storing one Wingdings char in a SQL Server 2005 field of type NVARCHAR(1).

Storing, retrieving and showing up this char in a control works fine.

The problem i'm facing is this: how to search for records which have a specific wingding char value: for example

Select * from table where FieldWithWingding = valueOfLeftArrowChar

How to achieve this?

Thanks in advance

© Stack Overflow or respective owner

Related posts about winforms

Related posts about sql-server-2005