string SQL="SELECT * FROM MobileBrand";? ? ? ? ? ? DataTable dt=new DataTable();? ? ? ? ? ? SqlDataAdapter adapter = new SqlDataAdapter(SQL,ConStr);? ? ? ? ? ? adapter.Fill(dt);? ? ? ? ? ? this.cboBrand.DisplayMember="Brand";? ? ? ? ? ? this.cboBrand.ValueMember="BrandID";? ? ? ? ? ? this.cboBrand.DataSource = dt;
ADO.NET查詢語句總是報錯為什么?在線等,挺急的
Goraidh
2017-09-18 19:40:23