2009年9月15日

摘要: protected void butOk_Click(object sender, EventArgs e) { Gory gory = new Gory(); bool b; string strpath = FileUpload1.PostedFile.FileName.ToString(); string fname = FileUpload1.FileName.ToString(); st... 阅读全文

posted @ 2009-09-15 22:04 邬江-远波 阅读(259) 评论(0) 推荐(0) 编辑

摘要: // File: CommonCheckOnWorkAttendanceDAL.cs// Author: Administrator// Created: 2009年5月8日 14:15:22// Purpose: Definition of Class CommonCheckOnWorkAttendanceDALusing System;using System.Text;using Syste... 阅读全文

posted @ 2009-09-15 21:52 邬江-远波 阅读(288) 评论(0) 推荐(0) 编辑

摘要: SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGO--向ExamineAndApprove审批表中出发待审批的状态CREATE trigger [dbo].[T_insert_ItemInfo]on [dbo].[ItemInfo] for insert as begin transaction--准备修改 declare @ItemId int set @... 阅读全文

posted @ 2009-09-15 21:49 邬江-远波 阅读(254) 评论(0) 推荐(0) 编辑