I have a table with three columns
userid
type
email
Can anybody help me with a java bean which updates the database based on the type.
It should first check the table and if its a new entry should enter a new row and if there is a user with a different type should update the existing row.
userid
type
Can anybody help me with a java bean which updates the database based on the type.
It should first check the table and if its a new entry should enter a new row and if there is a user with a different type should update the existing row.