error handling question

2003-06-27 Thread Mark W. Breneman
I have a loop that is doing a db insert.From time to time the data I am inserting will have some invalid data. So, loop will stop. What I need to do is to just skip insert if it can not insert it and keep going with the loop. Can cftry/cfcatch do this? Mark W. Breneman -Macromedia

RE: error handling question

2003-06-27 Thread Mosh Teitelbaum
PM To: CF-Talk Subject: error handling question I have a loop that is doing a db insert. From time to time the data I am inserting will have some invalid data. So, loop will stop. What I need to do is to just skip insert if it can not insert it and keep going with the loop. Can