Error Handling for USoft Connector Components

Previous Next

It is possible to let the InsertRow, UpdateRow, and DeleteRow method fail by raising an exception.

As part of this exception, you can provide a message. This message will then be displayed within a USoft environment. NO rollback will be performed. You can translate these messages by using Application Strings.

This is the same transaction behavior as for regular tables in a USoft environment: If the record cannot be stored, no rollback is performed. If the PreCommit method fails, depending on the situation, a rollback is performed or not.