What can be used to capture an ISAM error from an Informix ODBC program on UNIX?

Questions by christia   answers by christia

Showing Answers 1 - 3 of 3 Answers

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions