From the developer’s reference:
getExceptionMsg
Description Returns the text of an exception message when an error occurs with the query (if this option is available).
NOTE: The error is the actual error message that the backend database sends back. The text of the error may vary - depending on the backend database being used.
Question: what function is used to determine what b/e environment is in use, so as to code one’s error-trapping conditionally to accommodate various possible back ends?
thanks,
kazar