摘要: combobox的数据源绑定 string conn = "Server=SHA-RICKIE-01;Database=northwind;uid=user;pwd=user"; SqlConnection mySqlConnection = new SqlConnection(conn); string mySql="Select * from Customers"; SqlDataAdap... 阅读全文
posted @ 2008-06-29 09:42 朝阳 阅读(1622) 评论(2) 推荐(0)