How can i find an specific code in jd-GUI using jd-core ?

Joined
Apr 12, 2022
Messages
22
Reaction score
1
in all the .jar, .class, .java and .form java programmed files that are opened with jd-GUI a code like :

void Agregar () {

String dni-txtDni.getText();

String nom-txtNom.getText();

if (dni.equals("") || nom.equals("")) {

JOptionPane.showMessageDialog(null, "Cajas estan Vacias...!!!");

}else{

String sql="insert into persona (DNI, Nombres) values ('"+dni+"', '"+nom+"')"; try {

cn=con.getConnection();

}

I

st=cn.createStatement ();

st.executeUpdate (sql);

} catch (Exception e) {

}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top