Detected 3 occurrence(s) of ‘dbc:oracle:thin:’: dbcDriver"); } catch(ClassNotFoundException ex) { System.out.println("Error: unable to load driver class!"); System.exit(1); } con = DriverManager.getConnection("jdbc:oracle:thin:@192.168.106.87:1521:ORA11G","fuel_db","foel"); Statement statement = con.createStatement(); String command = "INSERT INTO student (name, rollno, class, mobileno) VALUES (" + name + "," + rollno + "," + classData + "," + mobilen Source: http://pastebin.com/raw.php?i=gZAm5yzp
↧