java - I want to add jcheckbox colum in last for present/absent ,and also how will handle change in database -


in table data come database table

student(std_id,std_name,total_class,present_class,att_status); 

i want show 3 columns in table: std_id, std_name, , present/absent(jcheckbox).

how change in data base total_class, present_class according whether or not jcheckbox check or unchecked?

please me have complete project.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -