'Inserting unicode characters into SQL but it throws an exception
I want to add a response from c# into my database with a query that contains unique characters like this into my database column that is a nvarchar(max) but I keep getting this exception " is an invalid name because it contains a NULL character or an invalid unicode character. "
Tried to encrypt and decrypt but the decryption returned different characters. Any idea how to insert it?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
