[This topic is migrated from our old forums. The original author name has been removed]
Hello,
When you get an error message back from Informix, it gives you the Error Code, along with an ISAM error number which further identifies the cause. It appears that DBVis is only showing the Error Code.
For example, this is from another tool against Informix:
346: Could not update a row in the table.
100: ISAM error: duplicate value for a record with unique key.
Where DBVis will only show the first 346 error.
So my question is, does anyone know of a way to get DBVis to show the ISAM error as well?
Thanks much,
Nick
fyi - using DBVis 8.0.1, against Informix 11.50, via Informix JDBC 3.50.xC8
anonymous