会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
程序员的忧伤
2018年11月30日
.net 存储过程删除
摘要: public bool DeleteDelivery(string TableName, string ID) { SqlConnection conn = new SqlConnection(connStr); try { if (conn.State != ConnectionState.Ope
阅读全文
posted @ 2018-11-30 10:32 程序员的忧伤
阅读(85)
评论(0)
推荐(0)
.net MVC LINQ查询
摘要: public List<DeliveryVehiclesInfo> GetDeliveryShow() { string str = "Select * from DeliveryVehiclesInfo "; SqlDataAdapter sda = new SqlDataAdapter(str,
阅读全文
posted @ 2018-11-30 10:28 程序员的忧伤
阅读(115)
评论(0)
推荐(0)
2018年10月31日
存储过程分页
摘要: //数据库存储过程 --存储过程create PROCEDURE commonPagination@columns varchar(500), --要显示的列名,用逗号隔开 @tableName varchar(100), --要查询的表名 @orderColumnName varchar(100)
阅读全文
posted @ 2018-10-31 20:44 程序员的忧伤
阅读(82)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告