报错:Type mismatch: cannot convert from java.sql.Connection to com.mysql.jdbc.Connection

con=DriverManager.getConnection(uri); sql=con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_READ_ONLY);java 这两句报错mysql Type mismatch: cannot convert from java.sql.Connection to com.
相关文章
相关标签/搜索