摘要:
1 using System.Data.SqlClient; 2 using System.Data; 3 4 public partial class test4 : System.Web.UI.Page 5 { 6 protected void Page_Load(object sender, EventArgs e) 7 { 8 SqlConnection con = new SqlConnection(); 9 con.ConnectionString = "server=.;database=航空订票系统;uid=sa;pwd=;"... 阅读全文
posted @ 2013-01-24 13:59
beio
阅读(6371)
评论(1)
推荐(0)