上一页 1 ··· 5 6 7 8 9
摘要: 图形和图表是Web上数据表现的很好的形式,在ASP.NET,可以使用Office Web Components (OWC)来创建统计图。Office Web Component (OWC)是包含在Microsoft Office 2000中的一套组件,利用这些组件,我们可以很方便地在浏览器中或者传统的编程环境中进行数据分析和报表。比如:电子报表,图表,数据透视表等。 要在浏览器中显示图表,可以按下... 阅读全文
posted @ 2006-05-31 13:06 幽谷清水 阅读(562) 评论(1) 推荐(0) 编辑
摘要: using System;using System.Text;using System.Reflection;using System.Runtime.InteropServices;using Excel;namespace MOS{ /// /// ExcelHelp 的摘要说明。 /// public class ExcelHelp { pri... 阅读全文
posted @ 2006-05-25 15:58 幽谷清水 阅读(2960) 评论(13) 推荐(0) 编辑
摘要: 1、存储过程 CREATE PROCEDURE sysEmpLogin @loginid varchar(50), @password varchar(50), @empid int output, @reason varchar(50) output, @depid int output AS select EmpID from mrBaseInf wher... 阅读全文
posted @ 2006-05-17 11:03 幽谷清水 阅读(823) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9