在Windows应用程序中以Marathi语言从Sql server输入,保存和检索数据 [英] Input, Save and Retrieve data from Sql server in Marathi language in windows application

查看:65
本文介绍了在Windows应用程序中以Marathi语言从Sql server输入,保存和检索数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在开发一个基于.Net的Windows应用程序。我想用马拉地语的用户输入并在sql server数据库中保存相同的内容。还以马拉地语语言从sql server检索数据。我现在也搜索并搜索了解决方案。



我只知道在sra server中以马拉地语或任何其他语言保存数据时,数据类型应为 nvarchar的的。



请注意,客户端电脑没有互联网连接,因此我无法使用谷歌翻译服务或任何其他需要互联网连接的服务。



请帮我解决这个问题。



先谢谢!!! .... div class =h2_lin>解决方案

检查此链接,



之前在代码项目中提出的同样问题。



在参数前使用N,即

插入 test(TextName) )值(N ' @ TextName'

和字段数据类型应该是nvarchar(max)





在Sql Server数据库中保存印地语,Marthi内容 [ ^ ]



如何在sql server 2005中存储hindi数据 [ ^ ]


I am developing a windows application based on .Net. I want to take input from user in marathi language and save the same in sql server database. Also retrieve the data from sql server in marathi language. I have searched and searching now too for solution.

I just know that for saving data in marathi or any other language in sql server, the datatype should be Nvarchar.

Please Note that the client pc is not having Internet Connection so I cannot use Google Translate service or any other service which need Internet Connection.

please help me in solving this.

Thanks in Advance !!!....

解决方案

Check this link,

Same question asked before in code project.

Use N before parameter i.e.
 
Insert into test(TextName) values(N'@TextName')
 
and field datatype should be nvarchar(max)



Save Hindi,Marthi Content in Sql Server database[^]

how to store hindi data in sql server 2005[^]


这篇关于在Windows应用程序中以Marathi语言从Sql server输入,保存和检索数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆