摘要: 主要是调用一个存储过程,在特定的时候查出一个报表,并输出XML。挺简单的。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Diagnostics;using System.Linq;using System.ServiceProcess;using System.Text;using System.Data.SqlClient;using System.Xml;using System.IO;using System.Collecti 阅读全文
posted @ 2010-01-30 09:40 nevgip 阅读(446) 评论(2) 推荐(0)