SQL INSERT INTO - Avoiding Duplicates
Budget: £10 – £20 GBP
Hi - I am running a classic ASP app - and using a Command to insert data into a database. I am getting lots of dupes in the DB probably becuase users are repeatedly pressing submit and calling the Command. I want to recode the SQL to check whether the data is already inserted and if it is, to ignore the insert command.