sc=new
SqlConnection("Data
source=.Initial
catalog=数据库名Integrated
Security=true"))
{
sc.open()
SqlCommand
cmd=new
SqlCommand("insert
into
表名
values('"+TextBox1.Text+"')")
cmd.ExQue
//这个单词不记得了不过VS有智能提示你只要打出ExQu就会出来
}
欢迎分享,转载请注明来源:内存溢出
sc=new
SqlConnection("Data
source=.Initial
catalog=数据库名Integrated
Security=true"))
{
sc.open()
SqlCommand
cmd=new
SqlCommand("insert
into
表名
values('"+TextBox1.Text+"')")
cmd.ExQue
//这个单词不记得了不过VS有智能提示你只要打出ExQu就会出来
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)