你的位置:首页 > 软件开发 > ASP.net > ASP.NET MVC与Sql Server交互,把字典数据插入数据库

ASP.NET MVC与Sql Server交互,把字典数据插入数据库

发布时间:2015-07-06 23:00:04
在"ASP.NET MVC与Sql Server交互, 插入数据"中,在Controller中拼接sql语句。比如: _db.InsertData("insert into Product(Name,quantity,Price) value ...

 

在"get='_blank'>ASP.NET MVC与Sql Server交互, 插入数据"中,在Controller中拼接sql语句。比如:

 

_db.InsertData("insert into Product(Name,quantity,Price) values('"+productVm.Name+"','"+productVm.Quantity+"','"+productVm.Price+"')");

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:ASP.NET MVC与Sql Server交互,把字典数据插入数据库

关键词:ASP.NET

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。