I have a form where the user enters values directly into a database. One of the values they can select from is the primary key value in the database.
If the user tries to enter this value more than once, an error is returned with "ORACLE ERROR CODE = 1 (unique constraint violated)".
Is there a way in CF to write some kind of logic so that if this error occurs, skip this instance of the insert and continue on to the next record?
If the user tries to enter this value more than once, an error is returned with "ORACLE ERROR CODE = 1 (unique constraint violated)".
Is there a way in CF to write some kind of logic so that if this error occurs, skip this instance of the insert and continue on to the next record?