Add more information to ADS error messages!
Most ADS error messages dealing with table problems (7000 series) do not include much information. Would be nice to have other data included such as table name, record number, field name, etc, depending on the type of error.
31
votes
4 comments
-
Daniel B. Chapman
commented
This is also true of the JDBC driver, we really need better error messages for bad queries as well as the 6000/7000 series errors.
-
iscadmin
commented
Well , unless its super long :)
-
iscadmin
commented
At least return the SQL string if its available in exceptions
-
Ray Long
commented
Especially on any data truncated or 2124. If you have a lot of fields you are dealing with it is time consuming to find the actual error when ADS knows what it is and just does not tell us.