11 2005 档案

摘要: 我们在使用Sql Server这些数据库时,可以轻松的通过Sum、Aver、Count等统计出相关结果,那么,在已经把数据检索出来的DataSet(DataTable)中呢?特别是通过Web Service获得了DataSet,这个时候,可是没有办法回头去修改Select语句来获取这些统计了。那么在DataSet/DataTable中是否可以进行统计呢? 在MSDN中,有一篇MS推荐的统计方法,就...阅读全文

posted @ 2005-11-30 17:19 中国风 阅读(6657) | 评论 (3) 编辑 |

摘要: using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data;using System.IO ;namespace EditerApp{/// <summary>/// Form1 的摘...阅读全文

posted @ 2005-11-11 09:24 中国风 阅读(721) | 评论 (1) 编辑 |

posts - 4, comments - 8, trackbacks - 2, articles - 4

Copyright © 中国风