摘要: private void WriteXML() { string sConn = "user=sa;password=*;Data Source=*;Initial Catalog = *;Connection Timeout=60;"; string sql = "select * from Table1"; Sql... 阅读全文
posted @ 2005-12-27 08:58 杰客 阅读(1307) 评论(1) 推荐(0)
摘要: using System;using System.Collections;using System.ComponentModel;using System.Data;using System.Drawing;using System.Web;using System.Web.SessionState;using System.Web.UI;using System.Web.UI.WebContr... 阅读全文
posted @ 2005-12-27 08:50 杰客 阅读(363) 评论(0) 推荐(0)