From my experience it seems that select where like on data from my database doesnt work on fields in nchar format but does in nvarchar format. Is this true?
If so why and is changing the data type to nvarchar the only work around?
I have noticed that nchar is of ANSIString type and nvarchar is just String but that seems odd that one works and the other doesnt when they're both unicode.