
Issues: i am using different checkboxs for getting role then all role list store in one string array i want to update one by one but it's not updating by using below code .it's not adding new entry.plz kindly help about this issues( when i am inserting any record in the database below logic is working fine by using insert command )
EditRole.java file
1) Role_Id = request.getParameter("RoleId");
String[] role= request.getParameterValues("role");
int result=0;
try
{
db = new DataBase();
{
for(int j=0;j
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.