posted 12 years ago
i created a program which has three classes, my program is inserting, updating, deleting, fetching records from database, and my code is working perfectly for me, but i created this for console:
Here is my three classes:
EmpDbComponent.java
Employee.java
Test.java
now what i want is i create a from in html, for these employee records and i have three buttons on the same page (ie. Insert, Update, Delete) how do i call functions of my EmpDbComponent class on each button click..?? all three buttons are on the same form..