Correct Propagation of Errors in c-treeSQLAn function call used by the c-treeSQL Server failed with error KDEL_ERR (4), however, this error was not properly propagated to the application that launched the calling SQL statement. An incorrect return value of STATUS_OK was always returned regardless of any actual error that may have been encountered. The correct status variable is now properly returned in all cases. |
|||