Format Datagrid Unicode Chars

J

Jorge Cavalheiro

Hello

I've done research in the SQL Server BOL and i found out
how to store greek characters in a field, that's simple
use nchar datatype and the unicode('greek chars') to
insert/update the field.

How do i display then in a datagrid it displays numbers
instead of the chars. I didn't find anything useful in
the tablestyles.

Any suggestion would be most welcome, thanks.

Kind Regards
Jorge Cavalheiro
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top