I have SQL Server Db on DiscountASP server. I created Front End on VB.net and am trying to insert values ββinto a database. It works great, except when I insert some Japanese characters, the data is stored in the form of Question marks (???). My fields in the database are of type nvarchar and before inserting into DB I do not encode / decode any strings in VB.net.
Any suggestions on how to store Japanese characters in the database and then retrieve them also in Japanese?
source
share