Ok, here i have the code for the form...but whenever i click update, delete or search all it does is close the form and nothing is done to the database. Could someone be kind enough to help me out here...
import java.awt.*;
import java.awt.event. *;
import javax.swing.*;
import java.sql.*;
import java.net.*;
import java.util.*;
public class EmpForm extends JFrame
{
private...