Does anyone knows how could I get the full informix error message.
For Example: select * from table1, table2
If table2 doesn't exists in the selected database Informix will return error code -206 (The specified table <table-name> is not in the database.). But I would like also to know that table is the table that doesn't exists