string sqlString = "Select * From emp Where EMPNO=7369“;一定不要写成string sqlString = "Select * From emp Where EMPNO=7369;";组成sql的语句中不要多加”;“号!!!