Javatpoint Logo

Update form

By: manish*** On: Tue Jan 31 12:31:37 IST 2017     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
How to do code for Update the form in eclipse javaservaletUp0Down

 
just use an query for checking primary key and name if found same then write a query for updating
example

select * from table where name="given name" and mail="given email".
if(email.equals(email))
{
insert into employee
}
Image Created0Down

By: [email protected] On: Thu Mar 02 16:56:37 IST 2017 Question Reputation0 Answer Reputation0 Belt Series Points0 0User Image
Are You Satisfied :0Yes0No