摘要:
public SqlDataReader GetCategories(){ string connectionString = ConfigurationManager.ConnectionStrings["SQLConnString"].ConnectionString; SqlConnection conn = new SqlConnection(connectionString); conn.Open(); string cmdString = "SELECT Name FROM Category"; SqlCommand cmd = new Sq 阅读全文
posted @ 2011-10-27 00:35
程序流程图
阅读(139)
评论(0)
推荐(0)

浙公网安备 33010602011771号