小 牛

博客园 首页 新随笔 联系 订阅 管理

2006年5月16日 #

摘要: private void Form1_Load(object sender, EventArgs e) { SqlConnection con = new SqlConnection("server=.;database=electcourses;Integrated Security=SSPI;"); con.Open(); ... 阅读全文
posted @ 2006-05-16 09:46 csu02 阅读(312) 评论(0) 推荐(0) 编辑