知识在于积累(.NET之路……)

导航

2010年4月14日 #

一个经典的存储过程

摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->CREATE PROCEDURE [dbo].[PageGeneral] ( @pagesize int, @pageindex int, @docount bit, @TableName varchar(50), --表名 @Fields varchar(5000) = '*', --字段名(全部字段为*) @OrderField varchar(5000), --排序字段 阅读全文

posted @ 2010-04-14 13:46 汤尼 阅读(166) 评论(0) 推荐(0)

web.config配置链接字符串,并读取方法

摘要: web.config:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><appSettings> <add key="SqlServerConnString" value="Data Source=192.168.28.188;Initial Catalog=zhgpm;Persist Security Info=True;User ID=gxjt;Password=gxjt65681" 阅读全文

posted @ 2010-04-14 13:27 汤尼 阅读(161) 评论(0) 推荐(0)