Displaying of data from your MySQL Database to your Java application is very important especially when you are working with update and delete functions.

Image: Kenminds.in


In updating an deleting data, you need to specify and identify the unique keys/data before the delete and update function execute. By doing that, you need to display the data into the jTable so that you can select which row data you need to update or delete.

Required Libraries:

  • rs2xml.jar

To create the this features in your application, your need to create a new method that holds the source codes below. After that, use a method calling by copying the method name and insert it into your public class.