Search Results

0
votes
5answers
321 views

Insert fail then update OR Load and then decide if insert or update.

I have a webservice in java that receives a list of information to be inserted or updated in a database. I don't know which one is to insert or update. Which one is the best approach to abt …