MingHao_Hu

博客园 首页 新随笔 联系 订阅 管理

2012年5月30日 #

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data.SqlClient;using System.Data;namespace WebApplication1{ public class SqlOperation { #region 属性 /// <summary> /// 保存在Web.config中的连接字符串 /// </summary> private static readonly string connection 阅读全文
posted @ 2012-05-30 13:11 MingHao_Hu 阅读(236) 评论(0) 推荐(0) 编辑

摘要: USE [CapitalFortune]GO/****** Object: StoredProcedure [dbo].[SetMultiPages] Script Date: 05/30/2012 10:17:02 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO-- =============================================-- Author:hugejile-- alter date:2070-9-29-- Description:分页,请勿随意改动-- ======================= 阅读全文
posted @ 2012-05-30 13:08 MingHao_Hu 阅读(397) 评论(0) 推荐(0) 编辑