I want to prevent an error in my ASP code if I get a file and try to do an INSERT into the database for a record that already exists. Obviously, I can run a quick query to see if it exists, but is there a better or more simplified way to handle this scenario so it does not happen? If not, I'll just do the obvious. Thanks!