111,126
社区成员
发帖
与我相关
我的任务
分享
SqlCommand cmd = new SqlCommand("Update dbo.guestInfo set Reply = '"+ this.txtContent.Text+"' where ID = '"+ int.Parse(ID) +"'", conn);
string sql="Update dbo.guestInfo set Reply ='"+ this.txtContent.Text+"' where ID = "+ ID.tostring()