Catching Query Error
Hi,
When an error is triggered in cfquery, is there a way to find out which query parameter is causing the error? For instance, I may be doing a CF query insert statement with 20 parameters, and CF gives me an error that one of the parameters that is supposed to be a numeric is not, but the error message does not tell me which parameter is the culprit. I would normally have to inspect each parameter to figure out the problem. Is there a way to easily find out which parameter is causing the error?
Thanks,
Min
