上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页
摘要: '先引用Microsoft.Data.ConnectionUI.Dialog.dll(在VS2005安装路径的IDE目录下)'将以下代码加入相应事件过程 Dim dialog As DataConnectionDialog = New DataConnectionDialog() dialog.DataSources.Ad... 阅读全文
posted @ 2007-03-20 10:34 冷火 阅读(430) 评论(0) 推荐(0) 编辑
摘要: http://msdn2.microsoft.com/zh-cn/library/ms171830(VS.80).aspx 此示例演示如何向组件和自定义控件添加智能标记支持。 有关此代码示例的完整说明,请参见演练:向 Windows 窗体组件添加智能标记。 示例 Visual Basic '//////////////////////////////////////////////////... 阅读全文
posted @ 2007-03-20 08:23 冷火 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 有时,需要汇报累计值以显示一些操作的执行过程。例如,可能需要汇报销售日报,如表5.6所示的结果。 表5.6 销售日报 Date(日 期) Sales(销 售 额)($) ... 阅读全文
posted @ 2007-03-17 15:27 冷火 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 分组统计并且累加的问题 问:说有张表 Table (Date, Name, Income). 我想按Name和Date进行月份分组合计Income(不同的姓名和月份要区分出来),并且增加一个字段Cum,显示各月的Income的累加(当然月份是按升序排列)。Date字段是日期型,格式:mm/dd/yyyy,这个查询怎么写?谢谢! 答:如果没猜错的话你的原意,Income 和Cum是两个字段,... 阅读全文
posted @ 2007-03-17 14:17 冷火 阅读(539) 评论(0) 推荐(0) 编辑
摘要: //-----------------------------------------------------------------------// This file is part of the Microsoft .NET Framework SDK Code Samples.// // Copyright (C) Microsoft Corporation. All rights... 阅读全文
posted @ 2007-03-17 09:53 冷火 阅读(349) 评论(0) 推荐(0) 编辑
摘要: //-----------------------------------------------------------------------// This file is part of the Microsoft .NET Framework SDK Code Samples.// http://asp.dotnetheaven.com/// Copyright (C) Micros... 阅读全文
posted @ 2007-03-17 09:51 冷火 阅读(304) 评论(1) 推荐(0) 编辑
摘要: Most recommended way to create web or windows database applications is based on "allocation" of the data access layer (DAL) in a separate layer. There are many ways to create this layer, of course, ... 阅读全文
posted @ 2007-03-17 08:19 冷火 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Untitled Page using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using ... 阅读全文
posted @ 2007-03-16 08:28 冷火 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Bridge Pattern using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using Sys... 阅读全文
posted @ 2007-03-16 08:27 冷火 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Untitled Page using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;us... 阅读全文
posted @ 2007-03-16 08:26 冷火 阅读(188) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 31 下一页