下载地址:
下载地址1(本站为飞网专业下载站,域名:down.cfei.net)
资源简介:
DataRow[] currRows = ds.Tables[0].Select(null, null, DataViewRowState.CurrentRows); if( currRows.Length < 1) return; foreach(DataRow myRow in currRows) { Id = myRow["id"].ToString(); Name = myRow["name"].ToString(); Age = myRow["age"].ToString(); Address = myRow["address"].ToString(); sql = "INSERT INTO Human (id,Name,Age,Address) VALUES ("+Id+",'"+Name+"',"+Age+",'"+Address+"')"; // Execute Sql Command command.CommandText = sql; command.ExecuteNonQuery(); }
飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。