摘要:
using System.Data;using System.Data.SqlClient;/// <summary>///test1 的摘要说明/// </summary>public class test1{ public SqlConnection con = new SqlConnection();//定义公共变量 public SqlCommand cmd = new SqlCommand(); public SqlDataAdapter da = new SqlDataAdapter(); public DataSet ds = new Data... 阅读全文
posted @ 2013-01-27 17:44
beio
阅读(678)
评论(0)
推荐(0)