2008年3月13日

SQLServer下 存储过程内 包含事务 及 返回处理是否成功

摘要: --将原UnitCoding社区数据替改为新的UnitCoding CREATE PROCEDURE dbo.sp_ChangeUnitCoding ( @OldUnitCoding varchar(20), @NewUnitCoding varchar(20) ) AS DECLARE @RETURNVALUE VARCHAR(1) BEGIN TRAN t1 ... 阅读全文

posted @ 2008-03-13 16:26 freeliver54 阅读(726) 评论(1) 推荐(0)

自用DBClass SQLServer数据库操作类

摘要: usingSystem;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Collections.Generic;usingSystem.Reflection;/**///////DBClass:SQLServer数据库操作类///////////////xx.YYYY/MM/DDVERAUTHORCOMMENTS///1.2008/03/04FreeCREATE///publicclassDBClass{SqlConnectiontheSqlConnection=newSqlConnection();得到数据库连接字串#regio 阅读全文

posted @ 2008-03-13 10:30 freeliver54 阅读(1127) 评论(6) 推荐(0)

后台页面组织

摘要: public partial class PrivateWork_WorkSummary : System.Web.UI.Page { Page_Load#region Page_Load protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { ... 阅读全文

posted @ 2008-03-13 10:27 freeliver54 阅读(314) 评论(0) 推荐(0)

导航