Detected 1 occurrence(s) of ‘mysql:\/\/': } } if(goodToGo){ Connection conn = null; PreparedStatement pstmt = null; try{ Class.forName("com.mysql.jdbc.Driver"); conn = DriverManager.getConnection("jdbc:mysql:///BIBLIOTECA", dblogin[0], dblogin[1]); pstmt = conn.prepareStatement("insert into USUARIO (CI, NOMBRE, DIRECCION, TELEFONO, " + "FECHA_NACIMIENTO, PASS) values ('"+ usr.getCi() +"','"+ usr Source: http://pastebin.com/raw.php?i=etKBbxTb
↧