How to store Russian text in DB
-
Hello Everyone I have a text file which has some data in Russian language.But when I store this russian text into DataBase through my code logic in C# Asp.net that is showing ??? ??? ?? ?. so anybody helps me how can this is store as russian text into DB? Thanks in advance
Deepak :) Smile a Lots,Its Costs Nothing
-
Hello Everyone I have a text file which has some data in Russian language.But when I store this russian text into DataBase through my code logic in C# Asp.net that is showing ??? ??? ?? ?. so anybody helps me how can this is store as russian text into DB? Thanks in advance
Deepak :) Smile a Lots,Its Costs Nothing
what datatype you are using in DB. Use Datatype as 'Nvarchar' And while sending that data through any procedure, there also use datatype as Nvarchar. Nvarchar datatype has length -- 4000. Hope it will help you.
-
Hello Everyone I have a text file which has some data in Russian language.But when I store this russian text into DataBase through my code logic in C# Asp.net that is showing ??? ??? ?? ?. so anybody helps me how can this is store as russian text into DB? Thanks in advance
Deepak :) Smile a Lots,Its Costs Nothing
Use the Datatype as NVarChar for stroing it in the Databases.
SSK. Anyone who says sunshine brings happiness has never danced in the rain.