刚开始接触数据库,老师讲的也不是很明白,想请教各位大神。
sqlString = "update stuInf set stuName='" + stuName.Text.Trim() + "'" + " where stuID='" + stuID.Text + "'"; sqlString =