Hi all,
When should you use NCHAR?
I know it's for use with non-english characters but even if you are expecting English input should you use it to allow people to enter characters with umlauts or for email colums Can the Char column type store charcters with umlauts or can it only store the base ASCII characters?
Thanks in advance
C
When should you use NCHAR?
I know it's for use with non-english characters but even if you are expecting English input should you use it to allow people to enter characters with umlauts or for email colums Can the Char column type store charcters with umlauts or can it only store the base ASCII characters?
Thanks in advance
C