InterviewSolution
Saved Bookmarks
| 1. |
What Can Be Used To Capture An Isam Error From An Informix Odbc Program On Unix ? |
|
Answer» If the DBA has a query inside a script / program that connects to an Informix instance through an ODBC CONNECTION, and RUNNING the query results in an error, then he can use the TRACE functionality, and return DBINFO(sqlca.sqlerrd[1,2]). If the DBA has a query inside a script / program that connects to an Informix instance through an ODBC connection, and running the query results in an error, then he can use the TRACE functionality, and return DBINFO(sqlca.sqlerrd[1,2]). |
|