摘要:
public static boolean isIncludesInUserGroup(userID _userid,userGroupID _UserGroup) { userGroupList userGroupList; boolean ret; ; select firstonly grou... 阅读全文
摘要:
// Changed on 20 May 2006 at 07:02:15 by ZYJ // 论坛:www.qiuhao.com // 博客:http://www.qiuhao.com/boke.asp?maxfara.index.html // 邮箱:Zhouyujie238@hotmail.com //本函数来自andy的代码 //出处:http://www.qiuh... 阅读全文
摘要:
// Changed on 20 May 2006 at 07:02:15 by ZYJ // 论坛:www.qiuhao.com // 博客:http://www.qiuhao.com/boke.asp?maxfara.index.html // 邮箱:Zhouyujie238@hotmail.com//BestPractice: //优先使用MenuFunction 来调用对象; //在不能使用MenuFunction的时候,使用classFactory进行调用; //不能使用classFactory的时候,再考虑直接使用new FormRun/ReportRun ; static voi 阅读全文
摘要:
开发SSRS时放在 vs2005: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies vs2008: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies 发布到服务器时放在: SQL2005: C... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlTypes; using System.Drawing; using Syst... 阅读全文
摘要:
ALTER proc [dbo].[NJ_AddWhere] @strSQL varchar(256) output, @isWhere bit output as begin if @isWhere = 0 begin set @strSQL = @strSQL + ' Where '; set @is... 阅读全文
摘要:
static void ExampleLedgerJournal(Args _args) { LedgerJournalName ledgerJournalName; LedgerJournalTable ledgerJournalTable; LedgerJour... 阅读全文
摘要:
阅读全文