Hi, my question is quite straightforward really. I am trying to think of a way of importing data into a database, and then generating a list of error records, if there are any. However, I don't want any records appended (at all) if there are any error records.
Is there a way of 'cloning' the table to be appended, without the data, appending data here, then checking if there are any errors, if so, abort the whole process? If anyone has any suggestions, they would be greatly appreciated.
Thanks,
Nick
Is there a way of 'cloning' the table to be appended, without the data, appending data here, then checking if there are any errors, if so, abort the whole process? If anyone has any suggestions, they would be greatly appreciated.
Thanks,
Nick