I'm importing data from a csv file in to a table. I've purposfully include an error so that one record will fail to import.
I'm tring to trap the error or some who see the error.
Before the import I clear the errors and then look at the error.count when I'm done importing the data.
the error count remains at 0....
yet I get a table created with the import errors in it.
I the only way to test for this type of error, is to look and see if an error table has been created.
please say theres a better way!!!!!
TIA
I'm tring to trap the error or some who see the error.
Before the import I clear the errors and then look at the error.count when I'm done importing the data.
the error count remains at 0....
yet I get a table created with the import errors in it.
I the only way to test for this type of error, is to look and see if an error table has been created.
please say theres a better way!!!!!
TIA