2015年8月14日

dal层通用类

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Data;using System.Reflectio... 阅读全文

posted @ 2015-08-14 17:26 咸菜v 阅读(365) 评论(0) 推荐(0)

sqlHelper类

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Collections;using System.Da... 阅读全文

posted @ 2015-08-14 17:25 咸菜v 阅读(258) 评论(0) 推荐(0)

数据库分页存储过程

摘要: USE [QiuZhi_DB]GOSET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO--创建存储过程create PROCEDURE [dbo].[PageShow](---此存储过程不能排序多个字段,排序字段必须为唯一的,比如用阅读量排序就会出现异常。其他... 阅读全文

posted @ 2015-08-14 17:08 咸菜v 阅读(250) 评论(0) 推荐(0)

导航