27,581
社区成员
发帖
与我相关
我的任务
分享
allsql = "update WS_DangerousSource set " +
" DangerousSourceName = '" + dt.Rows[i]["DangerousSourceName"].ToString() + "' , " +
"DangerousPointCode = '" + dt.Rows[i]["DangerousPointCode"].ToString() + "' , " +
"WorkingInstruction = '" + dt.Rows[i]["WorkingInstruction"].ToString() + "' , " +
"WorkingName = '" + dt.Rows[i]["WorkingName"].ToString() + "' , " +
"DepCode = '" + dt.Rows[i]["DepCode"].ToString() + "' , " +
"ActiveType = '" + dt.Rows[i]["ActiveType"].ToString() + "' , " +
"LeadConsequences = '" + dt.Rows[i]["LeadConsequences"].ToString() + "' , " +
"CramerPoints_L = '" + dt.Rows[i]["CramerPoints_L"].ToString() + "' , " +
"CramerPoints_E = '" + dt.Rows[i]["CramerPoints_E"].ToString() + "' , " +
"CramerPoints_C = '" + dt.Rows[i]["CramerPoints_C"].ToString() + "' , " +
"CramerPoints_D = '" + dt.Rows[i]["CramerPoints_D"].ToString() + "' , " +