2018年11月30日

摘要: public bool DeleteDelivery(string TableName, string ID) { SqlConnection conn = new SqlConnection(connStr); try { if (conn.State != ConnectionState.Ope 阅读全文
posted @ 2018-11-30 10:32 程序员的忧伤 阅读(78) 评论(0) 推荐(0) 编辑
摘要: public List<DeliveryVehiclesInfo> GetDeliveryShow() { string str = "Select * from DeliveryVehiclesInfo "; SqlDataAdapter sda = new SqlDataAdapter(str, 阅读全文
posted @ 2018-11-30 10:28 程序员的忧伤 阅读(101) 评论(0) 推荐(0) 编辑

导航