且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用Windows窗体应用程序在SQL中存储泰米尔语言

更新时间:2023-12-06 10:10:46

要在SQL服务器中存储其他语言,请检查这个

存储和检索非英语Unicode字符( SQL Server中的印地语,捷克语,阿拉伯语等)[ ^ ]

对于泰米尔语,你必须使用泰米尔语字体。检查这个

输入Tamil Word in C#.net 中的文本框[ ^ ]
To store other languages in SQL server, check this
Storing and Retrieving Non-English Unicode Characters (Hindi, Czech, Arabic etc.) in SQL Server[^]
For Tamil, you have to use Tamil font. Check this
Type Tamil Word in Textbox in C#.net[^]


stored-tamil-text-to-database [ ^ ]



并尝试将数据类型更改为nvarchar()



检查链接..
storing-tamil-text-to-database[^]

and try changing the datatype to nvarchar()

Check the link..