Is it possible to determine via an error message which column is causing an error when running a SQL statement?
I would like to trap errors that occur when inserting multiple field data into a table down to the field that is causing the error. I am specifically looking a data type errors (error 245).
Thanks
I would like to trap errors that occur when inserting multiple field data into a table down to the field that is causing the error. I am specifically looking a data type errors (error 245).
Thanks