Detected 2 occurrence(s) of ‘dbc:oracle:thin:’: > <td><select name='" + "productid" + "'>"; try { Class.forName("oracle.jdbc.OracleDriver"); Connection con = DriverManager.getConnection("jdbc:oracle:thin:@//localhost:1521/XE", "*****", "*****"); Statement stmt = con.createStatement(); ResultSet rs = stmt.executeQuery("Select * from product"); Source: http://pastebin.com/raw.php?i=NbGHbKYF
↧