OK here is my situation I have a DB and I want to update the DB only if the values passed are not present in the DB. The catch is the form will create many records, so for each record I have to check for existence.
This can be very resource intensive, I need help with the routine. My current routine is to grab the info from the database into an array and search each instance of the values passed against the array to check for existence. All help is appreiated.
This can be very resource intensive, I need help with the routine. My current routine is to grab the info from the database into an array and search each instance of the values passed against the array to check for existence. All help is appreiated.
Comment