1.

What Can Be Used To Capture An Isam Error From An Informix Odbc Program On Unix?

Answer»

We can use the SQLCA structure to get the ISAM Error.

sqlca.sqlerrd[1] holds the ISAM error RETURN CODE.

We can also use the rgetlmsg() and rgetmsg() library functions to obtain ISAM error MESSAGE TEXT.

We can use the SQLCA structure to get the ISAM Error.

sqlca.sqlerrd[1] holds the ISAM error return code.

We can also use the rgetlmsg() and rgetmsg() library functions to obtain ISAM error message text.



Discussion

No Comment Found