I am trying to develop one desktop application which takes input in hindi from a textbox and saves it into a sql server database.
The textbox font is set to hindi. When I try inserting the hindi text into SQL Server it throws an error on cmd.ExecuteNonQuery(Invalid operation).
How can I insert hindi text into sql server?