K
Keld Laursen
Might this be because the "nvarchar(40)" declaration declares a varchar(40)
array that can hold 40 8-bit characters, as opposed to 40 16-bit characters
(Unicode)?
IIRC, this is one of the differences between the varchar() and nvarchar()
data types.
HTH
Keld Laursen
array that can hold 40 8-bit characters, as opposed to 40 16-bit characters
(Unicode)?
IIRC, this is one of the differences between the varchar() and nvarchar()
data types.
HTH
Keld Laursen