Handle NVARCHAR data

Within a client application, always manipulate NVARCHAR data in the CLIENT_LOCALE of the client application.

The client application performs code-set conversion of NVARCHAR data automatically if CLIENT_LOCALE differs from DB_LOCALE. (For information about code-set conversion, see Perform code-set conversion.)