数据库存储记录 [英] databse storing record

查看:134
本文介绍了数据库存储记录的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有问题在ms sql server 2008中存储记录使用google ime前端使用c#



记录存储在????

i希望用马拉地语来存储记录。。plz帮我

解决方案

你可以存储它。

你必须为那个

制作数据类型为nvarchar(MAX)的列,你可以从那里插入abd检索马拉地数据,,,, :)



看到这个...... :)







 创建  Test_Nchar(strText  nvarchar ( max))

insert into Test_Nchar (N ' बहन'
insert into Test_Nchar values (N ' Sridhar'

SELECT * FROM Test_Nchar WHERE strText LIKE N ' बह%'


i have problem to storing record in ms sql server 2008 using google ime front end use in c#

the record is stored in ????
i want to store record in marathi word.". plz help me

解决方案

You can store it.
You have to make column having datatype nvarchar(MAX) for that
and you can insert abd retrieve marathi data from there,,,,:)

see this...:)



Create table Test_Nchar (strText nvarchar(max))

insert into Test_Nchar values ( N'बहन')
insert into Test_Nchar values ( N'Sridhar')

SELECT * FROM Test_Nchar WHERE strText LIKE N'बह%'


这篇关于数据库存储记录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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